mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 02:29:54 +08:00
Add missing documentation for SourceChanged
This commit is contained in:
@@ -12,6 +12,9 @@ namespace osu.Game.Skinning
|
||||
/// </summary>
|
||||
public interface ISkinSource : ISkin
|
||||
{
|
||||
/// <summary>
|
||||
/// Fired whenever a source change occurs, signalling that consumers should re-query as required.
|
||||
/// </summary>
|
||||
event Action SourceChanged;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user