Minecraft-Console-Client/MinecraftClient/ChatBots/kill.cs

16 lines
237 B
C#
Raw Normal View History

2020-03-21 18:41:48 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MinecraftClient.ChatBots
{
class kill : ChatBot
{
public override void Update()
{
}
}
}