namespace Qrakhen.Qamp.Core.Injector;
///
/// Class used to export custom .dll implementations as binary instruction files (*.sqi).
///
public class Injector
{
}
public enum Scope
{
/// Within the global scope of the file that is importing this library
Global,
/// Within the scope of the module this library exports
Module,
/// An extension of the built-in type
Extension
}