8 lines
104 B
Plaintext
8 lines
104 B
Plaintext
|
/// @description (Old DnD) - restart game
|
||
|
function action_restart_game() {
|
||
|
game_restart();
|
||
|
|
||
|
|
||
|
|
||
|
}
|