Exemplo n.º 1
0
 public Result MoveTo(RoomObject target, MoveOptions options = null)
 {
     return(MoveTo(target.Pos, options));
 }
Exemplo n.º 2
0
 public Result Attack(RoomObject target)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public Result Dismantle(RoomObject target)
 {
     throw new NotImplementedException();
 }