riversong code showcase
This commit is contained in:
10
Source/Riversong/Game/UI/Framework/IUIModel.cs
Normal file
10
Source/Riversong/Game/UI/Framework/IUIModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public interface IUIModel : INotifyBindablePropertyChanged
|
||||
{
|
||||
event Action Changed;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user