C# 클래스 WarTornLands.Entities.Modules.Interact.PickUp

상속: BaseModule, IInteractModule
파일 보기 프로젝트 열기: floAr/WarTornLands

공개 메소드들

메소드 설명
Interact ( Entity information ) : void
PickUp ( WarTornLands loot ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Interact() 공개 메소드

public Interact ( Entity information ) : void
information Entity
리턴 void

PickUp() 공개 메소드

public PickUp ( WarTornLands loot ) : System
loot WarTornLands
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void