mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-13 21:58:13 +00:00
Initial commit
This commit is contained in:
23
MinecraftUSkinEditor/Classes/COL.cs
Normal file
23
MinecraftUSkinEditor/Classes/COL.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
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