auto attack

This commit is contained in:
ReinforceZwei 2020-03-21 18:41:48 +08:00 committed by ORelio
parent 758bc2ad49
commit 0b0e3c334e
13 changed files with 2065 additions and 15 deletions

View file

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MinecraftClient.ChatBots
{
class kill : ChatBot
{
public override void Update()
{
}
}
}