- Timestamp:
- Feb 22, 2023, 5:48:07 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/CommandExtensions/src/Commands/ListLandProtection.cs
r402 r405 8 8 [UsedImplicitly] 9 9 public class ListLandProtection : ConsoleCmdAbstract { 10 p ublic override string GetDescription () {10 protected override string getDescription () { 11 11 return "lists all land protection blocks and owners"; 12 12 } 13 13 14 p ublic override string GetHelp () {14 protected override string getHelp () { 15 15 return "Usage:\n" + 16 16 " 1. listlandprotection summary\n" + … … 23 23 } 24 24 25 p ublic override string[] GetCommands () {25 protected override string[] getCommands () { 26 26 return new[] {"listlandprotection", "llp"}; 27 27 }
Note:
See TracChangeset
for help on using the changeset viewer.