Timer

//Constructors/Producers
=(Timer, Timer) -> Timer
Timer() -> Timer
Timer(Timer) -> Timer

//Methods
Timer.=(Timer) -> Timer
Timer.Timer() -> Timer
Timer.reset() -> double
Timer.totalSeconds() -> double

ScriptManager

//Constructors/Producers
GetScriptManager() -> ScriptManager

//Methods
ScriptManager.addScriptPath(string) -> void
ScriptManager.enableScript(string) -> void

Mutex

//Constructors/Producers
Mutex() -> Mutex

//Methods
Mutex.MutexLock() -> MutexLock