Exemple #1
0
 void OnOtherMissionComplete(Int16 otherMissioReward)
 {
     if (Global.isGameStart)
     {
         battleHUD.OtherScoreMsg(otherMissioReward);
     }
 }