C# 클래스 LondonTower.LondonToweGameStartWinData

containst start/win configuration for level work with 3 poles
파일 보기 프로젝트 열기: BrainProject/UnityTemp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
pole1 List
pole2 List
pole3 List

공개 메소드들

메소드 설명
AddBallOnPole ( int pole, string ballId ) : void
IsStart ( ) : bool
LondonToweGameStartWinData ( bool isStart, int gameId ) : System.Collections
ToString ( ) : string

메소드 상세

AddBallOnPole() 공개 메소드

public AddBallOnPole ( int pole, string ballId ) : void
pole int
ballId string
리턴 void

IsStart() 공개 메소드

public IsStart ( ) : bool
리턴 bool

LondonToweGameStartWinData() 공개 메소드

public LondonToweGameStartWinData ( bool isStart, int gameId ) : System.Collections
isStart bool
gameId int
리턴 System.Collections

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

pole1 공개적으로 프로퍼티

public List pole1
리턴 List

pole2 공개적으로 프로퍼티

public List pole2
리턴 List

pole3 공개적으로 프로퍼티

public List pole3
리턴 List