using System; using UnityEngine; namespace Data { [Serializable] public class State { public int level; } }