- Timestamp:
- Jun 21, 2024, 2:58:18 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/ListLandProtection.cs
r455 r488 7 7 [UsedImplicitly] 8 8 public class ListLandProtection : ConsoleCmdAbstract { 9 p rotectedoverride string getDescription () {9 public override string getDescription () { 10 10 return "lists all land protection blocks and owners"; 11 11 } 12 12 13 p rotectedoverride string getHelp () {13 public override string getHelp () { 14 14 return "Usage:\n" + 15 15 " 1. listlandprotection summary\n" + … … 22 22 } 23 23 24 p rotectedoverride string[] getCommands () {24 public override string[] getCommands () { 25 25 return new[] {"listlandprotection", "llp"}; 26 26 }
Note:
See TracChangeset
for help on using the changeset viewer.