10 lines
114 B
C#
10 lines
114 B
C#
// ReSharper disable InconsistentNaming
|
|
|
|
namespace OF_DL.Enumerations;
|
|
|
|
public enum Theme
|
|
{
|
|
light,
|
|
dark
|
|
}
|