namespace ET { [ComponentOf(typeof(Player))] public class GateMapComponent: Entity, IAwake { public Scene Scene; } }