Files
Dawn-Godot/scripts/Systems/Systems.gd
2025-01-05 12:05:55 -06:00

4 lines
97 B
GDScript

class_name Systems extends Node
var ITEM = preload("res://scripts/Systems/ItemSystem.gd").new()