Exemple #1
0
 public void Turn(Objects.Unit unit, float degree)
 {
     if (unit == null) lua.ArgumentError(1, "Unit cannot be null");
     unit.DoTurn(degree);
 }