- Timestamp:
- Feb 22, 2023, 5:48:07 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/MapRendering/src/Commands/EnableRendering.cs
r402 r405 5 5 [UsedImplicitly] 6 6 public class EnableRendering : ConsoleCmdAbstract { 7 p ublic override string GetDescription () {7 protected override string getDescription () { 8 8 return "enable/disable live map rendering"; 9 9 } 10 10 11 p ublic override string[] GetCommands () {11 protected override string[] getCommands () { 12 12 return new[] {"enablerendering"}; 13 13 }
Note:
See TracChangeset
for help on using the changeset viewer.