예제 #1
0
 public void Resurrect(Objects.Unit unit)
 {
     if (unit == null) lua.ArgumentError(1, "Unit cannot be null");
     unit.Resurrect();
 }