Ejemplo n.º 1
0
 public Server(Plugin instance)
 {
     this._plugin = instance;
 }
Ejemplo n.º 2
0
 public Player(Plugin instance)
 {
     this._plugin         = instance;
     this._publicWebhook  = _plugin.PublicWebhookExecutor;
     this._privateWebhook = _plugin.PrivateWebhookExecutor;
 }