C# Class RestartLogic, Summer_SlowJam_3

Inheritance: MonoBehaviour
Afficher le fichier Open project: Rojibora/Summer_SlowJam_3

Méthodes publiques

Свойство Type Description
last int
player int
selection int

Méthodes publiques

Méthode Description
Awake ( ) : void
RemoveReadyCard ( ) : void
SetPlayerNumber ( int player ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

RemoveReadyCard() public méthode

public RemoveReadyCard ( ) : void
Résultat void

SetPlayerNumber() public méthode

public SetPlayerNumber ( int player ) : void
player int
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

last public_oe property

public int last
Résultat int

player public_oe property

public int player
Résultat int

selection public_oe property

public int selection
Résultat int