diff options
Diffstat (limited to 'game/src/Autoload/Events.gd')
-rw-r--r-- | game/src/Autoload/Events.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/src/Autoload/Events.gd b/game/src/Autoload/Events.gd index f0f60b7..25a185f 100644 --- a/game/src/Autoload/Events.gd +++ b/game/src/Autoload/Events.gd @@ -1,3 +1,4 @@ extends Node var Options = preload("Events/Options.gd").new() +var Localisation = preload("Events/Localisation.gd").new() |