public static void InvokeGumpCreated(GumpCreatedEventArgs args)
 {
     if (GumpCreated != null)
     {
         GumpCreated(args);
     }
 }
Exemple #2
0
 public static void InvokeGumpCreated(GumpCreatedEventArgs args)
 {
     if (GumpCreated != null)
         GumpCreated(args);
 }