Exemplo n.º 1
0
 public void SwitchViualRegime(bool val)
 {
     _isSpriteMode = val;
     GameEventSystem.SwitchDisplayModeLaunch(_isSpriteMode);
 }