using System; using UnityEngine; namespace ET.Client { public static class LSUnitViewSystem { public class AwakeSystem: AwakeSystem { protected override void Awake(LSUnitView self, GameObject go) { self.GameObject = go; self.Transform = go.transform; } } } }