Ejemplo n.º 1
0
 public override EStateNode Tick(Ship ship)
 {
     Docker.ToDock(ship);
     return(EStateNode.SUCCESS);
 }