public static void OnLogin() { Commands.Register(); AgentCommands.Register(); Aliases.Register(); Expressions.Register(); Timer.Start(); }
public static void OnLogin() { Assistant.Scripts.Commands.Register(); Assistant.Scripts.Aliases.Register(); Assistant.Scripts.Expressions.Register(); _timer.Start(); }
static ScriptManager() { _timer = new ScriptTimer(); _timer.Start(); }
public static void OnLogin() { _timer.Start(); }