init
This commit is contained in:
6
rougelikeaboutmechs/autoloads/global.gd
Normal file
6
rougelikeaboutmechs/autoloads/global.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Node
|
||||
|
||||
var game_manager : GameManager = null
|
||||
|
||||
func set_game_manager(p_game_manager: GameManager):
|
||||
game_manager = p_game_manager
|
||||
Reference in New Issue
Block a user