C# 클래스 invertika_game.WarpAction

상속: TriggerAction
파일 보기 프로젝트 열기: Invertika/server

공개 메소드들

메소드 설명
WarpAction ( MapComposite m, int x, int y ) : System
process ( Actor obj ) : void

메소드 상세

WarpAction() 공개 메소드

public WarpAction ( MapComposite m, int x, int y ) : System
m invertika_game.Game.MapComposite
x int
y int
리턴 System

process() 공개 메소드

public process ( Actor obj ) : void
obj invertika_game.Game.Actor
리턴 void