This commit is contained in:
Tabby 2025-04-21 15:57:48 +10:00
parent 341c91742c
commit 0ae3a6be80
16 changed files with 324 additions and 5 deletions

4
twitch/saveFile.gd Normal file
View file

@ -0,0 +1,4 @@
extends Resource
class_name Save
@export var player_database : Array[PlayerData]