semi-idle-arpg/scripts/Player.cs

8 lines
107 B
C#
Raw Normal View History

2024-10-20 16:44:08 -06:00
// player class
using Godot;
public class Player
{
public int playerLevel;
public int playerExp;
}