Exemple #1
0
 public static void Add(CallbackType type, Action action)
 {
     instance.AddCallbackInternal(type, action);
 }