Ejemplo n.º 1
0
 public bool Setup(int x, int y, Type type, Color side)
 {
     lock (ConcurrentLock)
     {
         return setup(Wrapper, x, y, type.ToInt(), side.ToInt());
     }
 }
Ejemplo n.º 2
0
 public bool SetTurn(Color side)
 {
     lock (ConcurrentLock)
     {
         return set_turn(Wrapper, side.ToInt());
     }
 }