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

    r404 r405  
    66        [UsedImplicitly]
    77        public class ListKnownPlayers : ConsoleCmdAbstract {
    8                 public override string GetDescription () {
     8                protected override string getDescription () {
    99                        return "lists all players that were ever online";
    1010                }
    1111
    12                 public override string GetHelp () {
     12                protected override string getHelp () {
    1313                        return "Usage:\n" +
    1414                               "  1. listknownplayers\n" +
     
    2222                }
    2323
    24                 public override string[] GetCommands () {
     24                protected override string[] getCommands () {
    2525                        return new[] {"listknownplayers", "lkp"};
    2626                }
Note: See TracChangeset for help on using the changeset viewer.