C# Class GameOverPersist

Inheritance: MonoBehaviour
Afficher le fichier Open project: bttfgames/shaman-says

Méthodes publiques

Свойство Type Description
_gameType GameManager.gameType
_p1Points int
_p1Win bool

Méthodes publiques

Méthode Description
Awake ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Property Details

_gameType public_oe property

public GameManager.gameType _gameType
Résultat GameManager.gameType

_p1Points public_oe property

public int _p1Points
Résultat int

_p1Win public_oe property

public bool _p1Win
Résultat bool