// player class using Godot; public class Player { public int playerLevel; public int playerExp; }