mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Improve documentation, fix file encoding (#1026)
This commit is contained in:
parent
87b2d3bf4a
commit
efb49fd05d
5 changed files with 3037 additions and 3022 deletions
|
|
@ -8,7 +8,7 @@ namespace MinecraftClient.Commands
|
|||
public class Animation : Command
|
||||
{
|
||||
public override string CMDName { get { return "animation"; } }
|
||||
public override string CMDDesc { get { return "animation <<mainhand|offhand>|<0|1>>"; } }
|
||||
public override string CMDDesc { get { return "animation <mainhand|offhand>"; } }
|
||||
|
||||
public override string Run(McTcpClient handler, string command, Dictionary<string, object> localVars)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue