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