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/CommandExtensions/src/Commands/TestLogSpam.cs

    r402 r405  
    77        [UsedImplicitly]
    88        public class TestLogSpam : ConsoleCmdAbstract {
    9                 public override string[] GetCommands () {
     9                protected override string[] getCommands () {
    1010                        return new[] { "tls" };
    1111                }
     
    1515                public override bool IsExecuteOnClient => true;
    1616
    17                 public override string GetDescription () {
     17                protected override string getDescription () {
    1818                        return "Spams the log with until stopped";
    1919                }
    2020
    21                 public override string GetHelp () {
     21                protected override string getHelp () {
    2222                        return @"
    2323                        |Usage:
Note: See TracChangeset for help on using the changeset viewer.