C# Class CommunityEntity.CountDown, rust-community

Inheritance: MonoBehaviour
Afficher le fichier Open project: Notulp/rust-community

Méthodes publiques

Свойство Type Description
command string
timeLeft int
wrapperText string

Méthodes publiques

Méthode Description
Start ( ) : void
UpdateCountDown ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

UpdateCountDown() public méthode

public UpdateCountDown ( ) : void
Résultat void

Property Details

command public_oe property

public string command
Résultat string

timeLeft public_oe property

public int timeLeft
Résultat int

wrapperText public_oe property

public string wrapperText
Résultat string