Exemple #1
0
 public void popUI()
 {
     uiChangeType = UIChangeType.Pop;
     sendChange();
 }
Exemple #2
0
 public void pushUI()
 {
     uiChangeType = UIChangeType.Push;
     sendChange();
 }