示例#1
0
        public void UnitMenuDrop(Game_Unit unit, Vector2 targetLoc)
        {
            Global.game_map.clear_move_range();
            // Lock in unit movement
            unit.moved();

            unit.drop_ally(targetLoc);

            Global.game_temp.menuing = false;
            close_unit_menu(true);
        }