C# 클래스 KillingGame.GameData

파일 보기 프로젝트 열기: SNUGDC/Killing-Game 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
chapter int
dangerCount int
lastPlay string
routeID string

공개 메소드들

메소드 설명
GameData ( ) : System.Collections.Generic
GameData ( int chapter ) : System.Collections.Generic

메소드 상세

GameData() 공개 메소드

public GameData ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GameData() 공개 메소드

public GameData ( int chapter ) : System.Collections.Generic
chapter int
리턴 System.Collections.Generic

프로퍼티 상세

chapter 공개적으로 프로퍼티

public int chapter
리턴 int

dangerCount 공개적으로 프로퍼티

public int dangerCount
리턴 int

lastPlay 공개적으로 프로퍼티

public string lastPlay
리턴 string

routeID 공개적으로 프로퍼티

public string routeID
리턴 string