namespace ET.Server { [ComponentOf(typeof(Player))] public class GameMapComponent: Entity, IAwake { public Scene Scene { get; set; } } }