Esempio n. 1
0
 protected override bool Init()
 {
     type = (FanJiType)Mathf.FloorToInt(BaseValue);
     PlaySelfEffect();
     return true;
 }
Esempio n. 2
0
 protected override bool Init()
 {
     type = (FanJiType)Mathf.FloorToInt(BaseValue);
     PlaySelfEffect();
     return(true);
 }