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

    r402 r405  
    88        [UsedImplicitly]
    99        public class ListLandProtection : ConsoleCmdAbstract {
    10                 public override string GetDescription () {
     10                protected override string getDescription () {
    1111                        return "lists all land protection blocks and owners";
    1212                }
    1313
    14                 public override string GetHelp () {
     14                protected override string getHelp () {
    1515                        return "Usage:\n" +
    1616                               "  1. listlandprotection summary\n" +
     
    2323                }
    2424
    25                 public override string[] GetCommands () {
     25                protected override string[] getCommands () {
    2626                        return new[] {"listlandprotection", "llp"};
    2727                }
Note: See TracChangeset for help on using the changeset viewer.