Ignore:
Timestamp:
Feb 22, 2023, 5:48:07 PM (21 months ago)
Author:
alloc
Message:

Refactored console commands for A21 caching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/MapRendering/src/Commands/RenderMap.cs

    r391 r405  
    55        [UsedImplicitly]
    66        public class RenderMap : ConsoleCmdAbstract {
    7                 public override string GetDescription () {
     7                protected override string getDescription () {
    88                        return "render the current map to a file";
    99                }
    1010
    11                 public override string[] GetCommands () {
     11                protected override string[] getCommands () {
    1212                        return new[] {"rendermap"};
    1313                }
Note: See TracChangeset for help on using the changeset viewer.