mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-27 12:50:47 +00:00
Reg Update (5.2)
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace minekampf.Classes
|
||||
{
|
||||
public class COL
|
||||
{
|
||||
|
||||
public COL(byte[] data)
|
||||
{
|
||||
Read(data);
|
||||
}
|
||||
|
||||
public void Read(byte[] data)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user