Minecraft-Console-Client/MinecraftClient/ChatBots/kill.cs
2020-03-24 19:23:59 +01:00

15 lines
237 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MinecraftClient.ChatBots
{
class kill : ChatBot
{
public override void Update()
{
}
}
}