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