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

    r402 r405  
    66        [UsedImplicitly]
    77        public class Give : ConsoleCmdAbstract {
    8                 public override string GetDescription () {
     8                protected override string getDescription () {
    99                        return "give an item to a player (entity id or name)";
    1010                }
    1111
    12                 public override string GetHelp () {
     12                protected override string getHelp () {
    1313                        return "Give an item to a player by dropping it in front of that player\n" +
    1414                               "Usage:\n" +
     
    2121                }
    2222
    23                 public override string[] GetCommands () {
     23                protected override string[] getCommands () {
    2424                        return new[] {"give", string.Empty};
    2525                }
Note: See TracChangeset for help on using the changeset viewer.