Пример #1
0
    public void AddPunchInfo(GameObject gameObject, PlayerHitInfo info)
    {
        var ifigther = gameObject.GetComponent <IFigther>();

        playerinfocount++;
        if (playerinfocount == MAX_INFOPLAYER_COUNT)
        {
        }
    }
Пример #2
0
 public void PlayerGotHit(PlayerHitInfo info)
 {
     hitMoments.Add(info);
 }
Пример #3
0
 public void PlayerGotHit(PlayerHitInfo info)
 {
     stats.PlayerGotHit(info);
 }