- Timestamp:
- Mar 28, 2023, 5:11:02 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/ListLandProtection.cs
r371 r420 5 5 namespace AllocsFixes.CustomCommands { 6 6 public class ListLandProtection : ConsoleCmdAbstract { 7 p ublic override string GetDescription () {7 protected override string getDescription () { 8 8 return "lists all land protection blocks and owners"; 9 9 } 10 10 11 p ublic override string GetHelp () {11 protected override string getHelp () { 12 12 return "Usage:\n" + 13 13 " 1. listlandprotection summary\n" + … … 20 20 } 21 21 22 p ublic override string[] GetCommands () {22 protected override string[] getCommands () { 23 23 return new[] {"listlandprotection", "llp"}; 24 24 }
Note:
See TracChangeset
for help on using the changeset viewer.