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