using UnityEngine; //PlayerEvents public struct PlayerExpEvent { public string Level; public float CurrentExp; public float MaxExp; }