Assets.Artificial_Intelligence.Character_Intelligence.Command_Sequences.CommandSequence.FindCharacter C# (CSharp) 메소드

FindCharacter() 공개 메소드

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