Ejemplo n.º 1
0
 /// <summary> Construct a new allomancy handler </summary>
 /// <param name="capi"> The client api </summary>
 /// <param name="system"> The system api </summary>
 public ClientAllomancyHandler(ICoreClientAPI capi, MistModSystem system)
 {
     Capi    = capi;
     System  = system;
     Current = this;
 }
Ejemplo n.º 2
0
 /// <summary> Create a new server-side handler </summary>
 public ServerAllomancyHandler(ICoreServerAPI sapi, MistModSystem system)
 {
     System  = system;
     Sapi    = sapi;
     Current = this;
 }