Exemplo n.º 1
0
 private void OnEnable()
 {
     m_data = this.GetComponent <ViewModel.ModelReference>().Model;
 }
Exemplo n.º 2
0
 private void Awake()
 {
     m_data = this.GetComponent <ViewModel.ModelReference>().Model;
     Messenger.AddListener(UIEvent.APP_DATA_CHANGED, OnUpdateState);
 }