C# Class GameOverPersist

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

Public Properties

Property Type Description
_gameType GameManager.gameType
_p1Points int
_p1Win bool

Public Methods

Method Description
Awake ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Property Details

_gameType public property

public GameManager.gameType _gameType
return GameManager.gameType

_p1Points public property

public int _p1Points
return int

_p1Win public property

public bool _p1Win
return bool