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