C# Class RestartLogic, Summer_SlowJam_3

Inheritance: MonoBehaviour
Mostrar archivo Open project: Rojibora/Summer_SlowJam_3

Public Properties

Property Type Description
last int
player int
selection int

Public Methods

Method Description
Awake ( ) : void
RemoveReadyCard ( ) : void
SetPlayerNumber ( int player ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

RemoveReadyCard() public method

public RemoveReadyCard ( ) : void
return void

SetPlayerNumber() public method

public SetPlayerNumber ( int player ) : void
player int
return void

Update() public method

public Update ( ) : void
return void

Property Details

last public_oe property

public int last
return int

player public_oe property

public int player
return int

selection public_oe property

public int selection
return int