Files
2026-05-23 14:12:25 +02:00

10 lines
99 B
C#

using System;
[Serializable]
public enum SunShaftsResolution
{
Low = 0,
Normal = 1,
High = 2
}