C# Class GameOverLoad

Inheritance: MonoBehaviour
Mostra file Open project: bttfgames/shaman-says

Public Properties

Property Type Description
_p1Lose GameObject
_p1Win GameObject
_p2Lose GameObject
_p2Win GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

_p1Lose public_oe property

public GameObject _p1Lose
return GameObject

_p1Win public_oe property

public GameObject _p1Win
return GameObject

_p2Lose public_oe property

public GameObject _p2Lose
return GameObject

_p2Win public_oe property

public GameObject _p2Win
return GameObject