C# 클래스 LogicSpawn.GTARPG.Core.SubtitleHandler

상속: UpdateScript
파일 보기 프로젝트 열기: logicspawn/GTARPG

공개 메소드들

메소드 설명
Do ( string subtitle, int time ) : void
SubtitleHandler ( ) : System
Update ( ) : void

메소드 상세

Do() 공개 메소드

public Do ( string subtitle, int time ) : void
subtitle string
time int
리턴 void

SubtitleHandler() 공개 메소드

public SubtitleHandler ( ) : System
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void