AnimalBehavior.Behaviors.AggressiveBehaviorB.Act C# (CSharp) Method

Act() public method

public Act ( ) : void
return void
        public void Act()
        {
            Console.WriteLine("[Aggressive]  I will attack you within a short period of time...");
        }
    }
AggressiveBehaviorB