Example #1
0
 void PreviousColor()
 {
     if (LogFilter.Debug)
     {
         Debug.Log("CHANGE COLOR PREVIOUS");
     }
     CmdUpdatePlayerColor(PlayerColors.PreviousColor(playerColor));
 }