Ejemplo n.º 1
0
 public void TapAction()
 {
     CustomConsole.Log("TAP ACTION!!!", Color.red);
     IsTapped = true;
     Networking.SyncCard(this);
 }