C# Class LogicSpawn.GTARPG.Core.SubtitleHandler

Inheritance: UpdateScript
Mostrar archivo Open project: logicspawn/GTARPG

Public Methods

Method Description
Do ( string subtitle, int time ) : void
SubtitleHandler ( ) : System
Update ( ) : void

Method Details

Do() public method

public Do ( string subtitle, int time ) : void
subtitle string
time int
return void

SubtitleHandler() public method

public SubtitleHandler ( ) : System
return System

Update() public method

public Update ( ) : void
return void