C# 클래스 WarTornLands.Entities.Implementations.EntityPotion

상속: System.Entity
파일 보기 프로젝트 열기: floAr/WarTornLands

공개 메소드들

메소드 설명
EntityPotion ( Microsoft.Xna.Framework.Game game, Vector2 position, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
OnCollide ( System.Entity source ) : void

메소드 상세

EntityPotion() 공개 메소드

public EntityPotion ( 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

OnCollide() 공개 메소드

public OnCollide ( System.Entity source ) : void
source System.Entity
리턴 void