Exemplo n.º 1
0
 /// <summary>
 /// Initializes the SDK plugin. (optional)
 /// Enabled by default in Matchable > EditSettings
 /// </summary>
 public static void Init()
 {
     MatchableSettings.SetPluginEnabled(true);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Disable the SDK plugin.
 /// Prevents all the method calls (useful for debuging other plugins)
 /// </summary>
 public static void Disable()
 {
     MatchableSettings.SetPluginEnabled(false);
 }