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/EnableRendering.cs

    r402 r405  
    55        [UsedImplicitly]
    66        public class EnableRendering : ConsoleCmdAbstract {
    7                 public override string GetDescription () {
     7                protected override string getDescription () {
    88                        return "enable/disable live map rendering";
    99                }
    1010
    11                 public override string[] GetCommands () {
     11                protected override string[] getCommands () {
    1212                        return new[] {"enablerendering"};
    1313                }
Note: See TracChangeset for help on using the changeset viewer.