Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SkinType.cs
Go to the documentation of this file.
1public enum SkinType
2{
3 Default = 0,
4 Light = 10,
5 Dark = 20,
6 Tooltip = 30,
7 Title = 40
8}
SkinType
Definition: SkinType.cs:2