source: binary-improvements/MapRendering/API.cs@ 260

Last change on this file since 260 was 250, checked in by alloc, 9 years ago

Fixes 5_7_9

File size: 388 bytes
RevLine 
[224]1using System;
2
3namespace MapRendering
4{
[230]5 public class API : ModApiAbstract {
[224]6
[230]7 public override void GameAwake () {
8 new AllocsFixes.NetConnections.Servers.Web.Web ();
[250]9 AllocsFixes.NetConnections.Servers.Web.LogBuffer.Instance.GetType ();
[224]10 }
11
[230]12 public override void CalcChunkColorsDone (Chunk _chunk) {
[224]13 AllocsFixes.MapRendering.MapRendering.RenderSingleChunk (_chunk);
14 }
[230]15
[224]16 }
17}
18
Note: See TracBrowser for help on using the repository browser.