Example #1
0
 public Main(IClientNetworkActions _IClientNetworkActions)
 {
     //Set global instances to instance passed through constructor, this is 100% needed otherwise your plugin will not operate
     IClientNetworkActions = _IClientNetworkActions;
 }
 public Main(IClientNetworkActions _IClientNetworkActions)
 {
     //Set global instances to instance passed through constructor, this is 100% needed otherwise your plugin will not operate
     IClientNetworkActions = _IClientNetworkActions;
 }