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