Changeset 420 for binary-improvements/MapRendering/Commands/webstat.cs
- Timestamp:
- Mar 28, 2023, 5:11:02 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Commands/webstat.cs
r359 r420 5 5 namespace AllocsFixes.CustomCommands { 6 6 public class webstat : ConsoleCmdAbstract { 7 p ublic override string GetDescription () {7 protected override string getDescription () { 8 8 return "DEBUG PURPOSES ONLY"; 9 9 } 10 10 11 p ublic override string[] GetCommands () {12 return new[] {"webstat "};11 protected override string[] getCommands () { 12 return new[] {"webstat_legacy"}; 13 13 } 14 14
Note:
See TracChangeset
for help on using the changeset viewer.