Base class required to pass data about the gateway and its settings between server and plug-in code. If overridden your object will be used and passed back to you upon completion of its use by the server.
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public class Gateway |
| Visual Basic |
|---|
Public Class Gateway |
| Visual C++ |
|---|
public ref class Gateway |
| F# |
|---|
type Gateway = class end |