Ejemplo n.º 1
0
 public static void Initialize()
 {
     Commands.Register("Dublicate", AccessLevels.GM, new CommandEventHandler(Dublicate_OnCommand));
 }
Ejemplo n.º 2
0
 public static void Initialize()
 {
     Commands.Register("Resurrect", AccessLevels.GM, new CommandEventHandler(Resurrect_OnCommand), TargetType.AnyMobile);
 }