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