C# Class LogicSpawn.GTARPG.Core.SubtitleHandler

Inheritance: UpdateScript
Afficher le fichier Open project: logicspawn/GTARPG

Méthodes publiques

Méthode Description
Do ( string subtitle, int time ) : void
SubtitleHandler ( ) : System
Update ( ) : void

Method Details

Do() public méthode

public Do ( string subtitle, int time ) : void
subtitle string
time int
Résultat void

SubtitleHandler() public méthode

public SubtitleHandler ( ) : System
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void