Assets.Artificial_Intelligence.Character_Intelligence.Command_Sequences.CommandSequence.FindCharacter C# (CSharp) Method

FindCharacter() public method

public FindCharacter ( ) : object
return object
        public object FindCharacter()
        {
            //Will be based on coordinate of self in the game map.
            //Implementation will have to wait.
            throw new NotImplementedException();
        }