mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-08-02 14:41:23 +00:00
update
This commit is contained in:
14
MinecraftUSkinEditor/Classes/Models/Backgrounds.cs
Normal file
14
MinecraftUSkinEditor/Classes/Models/Backgrounds.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace MinecraftUSkinEditor.Models
|
||||
{
|
||||
public enum Backgrounds
|
||||
{
|
||||
LightStone,
|
||||
DarkStone,
|
||||
DaySky,
|
||||
NightSky,
|
||||
Sunset,
|
||||
Transparent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user