using Godot; using System; public partial class Stat : Node { public int _default, _effective; }