Ignore:
Timestamp:
Apr 18, 2015, 4:27:57 PM (10 years ago)
Author:
alloc
Message:

Binary improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/API.cs

    r228 r230  
    33namespace MapRendering
    44{
    5         public class API : AllocsFixes.ModAPI {
    6                 public override string ModName () {
    7                         return "AllocsMapRendering";
     5        public class API : ModApiAbstract {
     6
     7                public override void GameAwake () {
     8                        new AllocsFixes.NetConnections.Servers.Web.Web ();
    89                }
    910
    10                 public override string ModVersion () {
    11                         return "1.0 for A11.2";
     11                public override void CalcChunkColorsDone (Chunk _chunk) {
     12                        AllocsFixes.MapRendering.MapRendering.RenderSingleChunk (_chunk);
    1213                }
    1314
    14                 public override void CalcMapColors (Chunk _chunk) {
    15                         AllocsFixes.MapRendering.MapRendering.RenderSingleChunk (_chunk);
    16                 }
    1715        }
    1816}
Note: See TracChangeset for help on using the changeset viewer.