C# 클래스 WarTornLands.EntityClasses.EntityChest

상속: Entity
파일 보기 프로젝트 열기: floAr/WarTornLands 1 사용 예제들

공개 메소드들

메소드 설명
EntityChest ( Microsoft.Xna.Framework.Game game, Vector2 position, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
UseThis ( Player player ) : void

메소드 상세

EntityChest() 공개 메소드

public EntityChest ( Microsoft.Xna.Framework.Game game, Vector2 position, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
game Microsoft.Xna.Framework.Game
position Vector2
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System

UseThis() 공개 메소드

public UseThis ( Player player ) : void
player WarTornLands.PlayerClasses.Player
리턴 void