예제 #1
0
 public void Start()
 {
     UIKey      = "PCBoard.BuildingCell.Child." + Guid;
     highligtGo = gameObject.AddComponent <PCBoardCardSmallHighlightEffect>();
 }
 public void Start()
 {
     UIKey = "PCBoard." + ParentController.HandType + ".Child." + Guid;
     ParentController.Manager.Regiseter(this);
     highligtGo = gameObject.AddComponent <PCBoardCardSmallHighlightEffect>();
 }