Aura.Tests.Channel.World.Entities.CreatureTests.TestCreature.Warp C# (CSharp) Метод

Warp() публичный Метод

public Warp ( int regionId, int x, int y ) : bool
regionId int
x int
y int
Результат bool
			public override bool Warp(int regionId, int x, int y)
			{
				throw new NotImplementedException();
			}
CreatureTests.TestCreature