Exemplo n.º 1
0
 private static void Init1(object sender, ElapsedEventArgs e, string _playerId, string _commands)
 {
     CustomCommands.DelayedCommand(_playerId, _commands);
 }
Exemplo n.º 2
0
 private static void Init1(string _playerId, string _commands)
 {
     CustomCommands.DelayedCommand(_playerId, _commands);
 }