ludum-dare-21/scripts/action_restart_game/action_restart_game.gml

8 lines
104 B
Plaintext
Raw Normal View History

2021-06-16 23:23:00 -07:00
/// @description (Old DnD) - restart game
function action_restart_game() {
game_restart();
}