mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
11 lines
164 B
C#
11 lines
164 B
C#
namespace SS14.Client.Lighting
|
|
{
|
|
public enum ShadowmapSize
|
|
{
|
|
Size128 = 6,
|
|
Size256 = 7,
|
|
Size512 = 8,
|
|
Size1024 = 9
|
|
}
|
|
}
|