Friday, 22 August 2025 01:17:08
This commit is contained in:
8
Gameplay/Stat.cs
Normal file
8
Gameplay/Stat.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class Stat : Node
|
||||
{
|
||||
public int _default, _effective;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user