twinblade-infinity/scripts/action_restart_game/action_restart_game.gml

8 lines
104 B
Plaintext
Raw Normal View History

/// @description (Old DnD) - restart game
function action_restart_game() {
game_restart();
}