Aura.Tests.Channel.World.Entities.CreatureTests.TestCreature.Warp C# (CSharp) Méthode

Warp() public méthode

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