viewModel 로직 추상화
This commit is contained in:
parent
bf7388bc30
commit
6929728b23
@ -9,8 +9,8 @@ public abstract class SimpleViewModel : MonoBehaviour, INotifyPropertyChanged
|
|||||||
{
|
{
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
public virtual void Initialize() { }
|
public abstract void Initialize();
|
||||||
public virtual void Cleanup() { }
|
public abstract void Cleanup();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// PropertyChanged 이벤트 발생
|
/// PropertyChanged 이벤트 발생
|
||||||
|
Loading…
Reference in New Issue
Block a user