C# 클래스 WpfApplication7.Item

파일 보기 프로젝트 열기: NCCUCS-Windows-Programming/SpaceWar

공개 프로퍼티들

프로퍼티 타입 설명
position int
type TypeItem

공개 메소드들

메소드 설명
Item ( TypeItem _type, int pos ) : System
Item_get ( Player _player ) : void

메소드 상세

Item() 공개 메소드

public Item ( TypeItem _type, int pos ) : System
_type TypeItem
pos int
리턴 System

Item_get() 공개 메소드

public Item_get ( Player _player ) : void
_player Player
리턴 void

프로퍼티 상세

position 공개적으로 프로퍼티

public int position
리턴 int

type 공개적으로 프로퍼티

public TypeItem type
리턴 TypeItem