2 using System.Collections.Generic;
5 using System.Reflection;
8 namespace PlugInsInterfaces.PluginTypes
14 [Obfuscation(Feature =
"renaming", Exclude =
true)]
23 [Obfuscation(Feature =
"renaming", Exclude =
true)]
30 [Obfuscation(Feature =
"renaming", Exclude =
true)]
31 void onDatabaseLoad(
string filename);
38 [Obfuscation(Feature =
"renaming", Exclude =
true)]
39 void onDatabaseUpdate(
string updateFile);
Definition of the members that a plugin using the internal data must implement.
Interface that any class must implement in order to be loaded in GREET as a plugin ...
An interface that defines what methods and events can be used in order to interact with the GREET sof...