- Timestamp:
- Feb 22, 2023, 5:48:07 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/CommandExtensions/src/Commands/TestLogSpam.cs
r402 r405 7 7 [UsedImplicitly] 8 8 public class TestLogSpam : ConsoleCmdAbstract { 9 p ublic override string[] GetCommands () {9 protected override string[] getCommands () { 10 10 return new[] { "tls" }; 11 11 } … … 15 15 public override bool IsExecuteOnClient => true; 16 16 17 p ublic override string GetDescription () {17 protected override string getDescription () { 18 18 return "Spams the log with until stopped"; 19 19 } 20 20 21 p ublic override string GetHelp () {21 protected override string getHelp () { 22 22 return @" 23 23 |Usage:
Note:
See TracChangeset
for help on using the changeset viewer.