public void StartRun(Objects.Unit unit, float dx, float dy) { if (unit == null) lua.ArgumentError(1, "Unit cannot be null"); unit.DoStartRun(dx, dy); }