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

    r402 r405  
    66        [UsedImplicitly]
    77        public class ShowInventory : ConsoleCmdAbstract {
    8                 public override string GetDescription () {
     8                protected override string getDescription () {
    99                        return "list inventory of a given player";
    1010                }
    1111
    12                 public override string GetHelp () {
     12                protected override string getHelp () {
    1313                        return "Usage:\n" +
    1414                               "   showinventory <user id / player name / entity id> [tag]\n" +
     
    2121                }
    2222
    23                 public override string[] GetCommands () {
     23                protected override string[] getCommands () {
    2424                        return new[] {"showinventory", "si"};
    2525                }
Note: See TracChangeset for help on using the changeset viewer.