public void RemoveShield(Objects.Unit unit, int handle) { if (unit == null) lua.ArgumentError(2, "Unit cannot be null"); unit.RemoveShield(handle); }