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