using UnityEngine; namespace Game { public class EntityInfo : MonoBehaviour { public int entityId; } }