Aura.Tests.Channel.World.Entities.CreatureTests.TestCreature.Aggro C# (CSharp) Method

Aggro() public method

public Aggro ( Creature target ) : void
target Aura.Channel.World.Entities.Creature
return void
			public override void Aggro(Creature target)
			{
				throw new NotImplementedException();
			}
		}
CreatureTests.TestCreature