using UnityEngine; namespace ET { public class EntityMonoBehaviour: MonoBehaviour { public Entity Entity { get; set; } } }