Files @ 40eaee10ae56
Branch filter:

Location: ATITD-Tools/Desert-Paint-Codex/Models/InterfaceSize.cs

Malkyne
First commit. New UI.

namespace DesertPaintCodex.Models
{
    public enum InterfaceSize
    {
        Tiny = 0,
        Small = 1,
        Medium = 2,
        Large = 3,
        Huge = 4,
        Count
    }
}