Exemplo n.º 1
0
 public Action <Entity> CycleAndGetCommand(float baseSpeed = 1)
 {
     return(Behaviours.GetBasicMoveCommand(CycleAndGetVelocity(baseSpeed)));
 }