예제 #1
0
        public override void SetEntity(Entity entity)
        {
            base.SetEntity(entity);

            this.statInfo = entity.GetComponent <StatInfoComp>().statInfo;
        }
예제 #2
0
 public static void RegisterStatInfo(string name, StatInfo statInfo)
 {
     statInfoMap.Add(name, statInfo);
 }