Example #1
0
    IEnumerator BattleWay()
    {
        yield return(new WaitForEndOfFrame());

        WeaponSelectionDialog.Popup("wujin");
    }
Example #2
0
 void OnMouseUpAsButton()
 {
     GameData.Instance.GotoLevel(level);
     WeaponSelectionDialog.Popup("changjing");
 }
Example #3
0
    IEnumerator FireTrigger()
    {
        yield return(new WaitForEndOfFrame());

        WeaponSelectionDialog.Popup("wujin");
    }