This commit is contained in:
PhoenixARC
2021-06-20 10:55:29 -04:00
parent 85d7dc3d6e
commit 6b68cb9b97
65 changed files with 18039 additions and 3695 deletions

View File

@@ -0,0 +1,14 @@
using System;
namespace MinecraftUSkinEditor.Models
{
public enum Backgrounds
{
LightStone,
DarkStone,
DaySky,
NightSky,
Sunset,
Transparent
}
}