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

Last change on this file since 245 was 230, checked in by alloc, 10 years ago

Binary improvements

File size: 315 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 ();
[224]9 }
10
[230]11 public override void CalcChunkColorsDone (Chunk _chunk) {
[224]12 AllocsFixes.MapRendering.MapRendering.RenderSingleChunk (_chunk);
13 }
[230]14
[224]15 }
16}
17
Note: See TracBrowser for help on using the repository browser.