BotFarm.AI.FollowGroupLeaderAI.Activate C# (CSharp) Method

Activate() public method

public Activate ( Client.AutomatedGame game ) : bool
game Client.AutomatedGame
return bool
        public bool Activate(AutomatedGame game)
        {
            this.game = game;
            ScheduleFollowLeader();
            return true;
        }