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

Warp() public method

public Warp ( int regionId, int x, int y ) : bool
regionId int
x int
y int
return bool
			public override bool Warp(int regionId, int x, int y)
			{
				throw new NotImplementedException();
			}
CreatureTests.TestCreature