C# Class LondonTower.LondonToweGameStartWinData

containst start/win configuration for level work with 3 poles
Afficher le fichier Open project: BrainProject/UnityTemp Class Usage Examples

Méthodes publiques

Свойство Type Description
pole1 List
pole2 List
pole3 List

Méthodes publiques

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

Method Details

AddBallOnPole() public méthode

public AddBallOnPole ( int pole, string ballId ) : void
pole int
ballId string
Résultat void

IsStart() public méthode

public IsStart ( ) : bool
Résultat bool

LondonToweGameStartWinData() public méthode

public LondonToweGameStartWinData ( bool isStart, int gameId ) : System.Collections
isStart bool
gameId int
Résultat System.Collections

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

pole1 public_oe property

public List pole1
Résultat List

pole2 public_oe property

public List pole2
Résultat List

pole3 public_oe property

public List pole3
Résultat List