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

    r391 r405  
    55        [UsedImplicitly]
    66        public class SayToPlayer : ConsoleCmdAbstract {
    7                 public override string GetDescription () {
     7                protected override string getDescription () {
    88                        return "send a message to a single player";
    99                }
    1010
    11                 public override string GetHelp () {
     11                protected override string getHelp () {
    1212                        return "Usage:\n" +
    1313                               "   pm <player name / steam id / entity id> <message>\n" +
     
    1515                }
    1616
    17                 public override string[] GetCommands () {
     17                protected override string[] getCommands () {
    1818                        return new[] {"sayplayer", "pm"};
    1919                }
Note: See TracChangeset for help on using the changeset viewer.