Exemplo n.º 1
0
 /// <summary> Start point for the client api. </summary>
 public override void StartClientSide(ICoreClientAPI api)
 {
     // Create and initialize the client handler.
     ClientHandler = new ClientAllomancyHandler(api, this);
     ClientHandler.Initialize();
 }