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

    r391 r405  
    55        [UsedImplicitly]
    66        public class Reply : ConsoleCmdAbstract {
    7                 public override string GetDescription () {
     7                protected override string getDescription () {
    88                        return "send a message to  the player who last sent you a PM";
    99                }
    1010
    11                 public override string GetHelp () {
     11                protected override string getHelp () {
    1212                        return "Usage:\n" +
    1313                               "   reply <message>\n" +
     
    1515                }
    1616
    17                 public override string[] GetCommands () {
     17                protected override string[] getCommands () {
    1818                        return new[] {"reply", "re"};
    1919                }
Note: See TracChangeset for help on using the changeset viewer.