예제 #1
0
 protected void StopMove(OnPopupBuilding e)
 {
     StopAllCoroutines();
     _isHolding = false;
     moveHold   = false;
     SetAnimation(false);
 }
예제 #2
0
 protected void Open(OnPopupBuilding e)
 {
     _npc           = e.npc;
     buildingBudget = e.buildingbudget;
     UIName.text    = TextManager.GetText(_npc.IDname);
     tweener.SetMethods(Opening, Set, CheckFtue, null);
     TweenerLead.Instance.StartTween(tweener);
 }