This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld48/script_templates/Debug.gd
2021-04-17 22:36:22 +02:00

7 lines
97 B
GDScript

var game: Game
func _init(game: Game) -> void:
self.game = game
func startup() -> void:
pass