Files
PCK-Studio/MinecraftUSkinEditor/Classes/Models/Backgrounds.cs
PhoenixARC 6b68cb9b97 update
2021-06-20 10:55:29 -04:00

15 lines
164 B
C#

using System;
namespace MinecraftUSkinEditor.Models
{
public enum Backgrounds
{
LightStone,
DarkStone,
DaySky,
NightSky,
Sunset,
Transparent
}
}