private static void Init1(object sender, ElapsedEventArgs e, string _playerId, string _commands) { CustomCommands.DelayedCommand(_playerId, _commands); }
private static void Init1(string _playerId, string _commands) { CustomCommands.DelayedCommand(_playerId, _commands); }