Esempio n. 1
0
    override protected void Update()
    {
        base.Update();

        if ((!IsGroupLeader) && CheckGroupFormation())
        {
            IsGroupLeader = true;
            GroupCommand.NoticeEnemiesGather();
        }

        Debug();
    }