mirror of
https://github.com/osukey/osukey.git
synced 2025-06-24 04:38:02 +09:00
Add missing documentation for SourceChanged
This commit is contained in:
parent
39a3482458
commit
077dcf5cd9
@ -12,6 +12,9 @@ namespace osu.Game.Skinning
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public interface ISkinSource : ISkin
|
public interface ISkinSource : ISkin
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Fired whenever a source change occurs, signalling that consumers should re-query as required.
|
||||||
|
/// </summary>
|
||||||
event Action SourceChanged;
|
event Action SourceChanged;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user