C# 클래스 MarioObjects.Objects.GameObjects.BlockGround1

상속: StaticGraphicObject
파일 보기 프로젝트 열기: jazzyjester/Mario-Game

공개 메소드들

메소드 설명
BlockGround1 ( int x, int y ) : System
Draw ( ) : void

메소드 상세

BlockGround1() 공개 메소드

public BlockGround1 ( int x, int y ) : System
x int
y int
리턴 System

Draw() 공개 메소드

public Draw ( ) : void
리턴 void