using UnityEngine; namespace ET { public class GameObjectComponent: Entity { public GameObject GameObject; } }