using UnityEngine; namespace ET { [ComponentOf(typeof(Scene))] public class BattleSceneViewComponent : Entity, IAwake { public Transform LeftStartPoint; public Transform RightStartPoint; public float PeopleStandTileSize = 2; public Transform PeopleRoot; } }