C# Class LondonTower.LondonToweGameStartWinData

containst start/win configuration for level work with 3 poles
ファイルを表示 Open project: BrainProject/UnityTemp Class Usage Examples

Public Properties

Property Type Description
pole1 List
pole2 List
pole3 List

Public Methods

Method Description
AddBallOnPole ( int pole, string ballId ) : void
IsStart ( ) : bool
LondonToweGameStartWinData ( bool isStart, int gameId ) : System.Collections
ToString ( ) : string

Method Details

AddBallOnPole() public method

public AddBallOnPole ( int pole, string ballId ) : void
pole int
ballId string
return void

IsStart() public method

public IsStart ( ) : bool
return bool

LondonToweGameStartWinData() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

pole1 public_oe property

public List pole1
return List

pole2 public_oe property

public List pole2
return List

pole3 public_oe property

public List pole3
return List