Ejemplo n.º 1
0
    /// <summary>
    /// Handle new battle report event.
    /// </summary>
    /// <param name="e">E.</param>
    void OnNewBattleReport(EventNewBattleReport e)
    {
        notifyIcon.gameObject.SetActive(true);

        notifyIcon.ResetToBeginning();
        notifyIcon.PlayForward();
    }
Ejemplo n.º 2
0
 void UpdateInfo(EventNewBattleReport e)
 {
     UpdateInfo();
 }