Friday, 22 August 2025 01:17:08

This commit is contained in:
2025-08-22 01:17:10 -04:00
parent 2eb95b18fd
commit 4fe431a8e0
18 changed files with 172 additions and 56 deletions

8
Gameplay/Stat.cs Normal file
View File

@@ -0,0 +1,8 @@
using Godot;
using System;
public partial class Stat : Node
{
public int _default, _effective;
}