C# 클래스 Super_Caissiere.Entities.Items.Burger

상속: Product
파일 보기 프로젝트 열기: valryon/super-caissiere

공개 메소드들

메소드 설명
Burger ( ) : System
Clone ( ) : SuperCaissiere.Engine.World.Entity
Update ( Microsoft gameTime ) : void

메소드 상세

Burger() 공개 메소드

public Burger ( ) : System
리턴 System

Clone() 공개 메소드

public Clone ( ) : SuperCaissiere.Engine.World.Entity
리턴 SuperCaissiere.Engine.World.Entity

Update() 공개 메소드

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
리턴 void