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

Last change on this file since 229 was 228, checked in by alloc, 10 years ago

Scripts 78, fixes for A11.2

File size: 362 bytes
RevLine 
[224]1using System;
2
3namespace MapRendering
4{
5 public class API : AllocsFixes.ModAPI {
6 public override string ModName () {
7 return "AllocsMapRendering";
8 }
9
10 public override string ModVersion () {
[228]11 return "1.0 for A11.2";
[224]12 }
13
14 public override void CalcMapColors (Chunk _chunk) {
15 AllocsFixes.MapRendering.MapRendering.RenderSingleChunk (_chunk);
16 }
17 }
18}
19
Note: See TracBrowser for help on using the repository browser.