mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
11 lines
152 B
C#
11 lines
152 B
C#
namespace Bloxstrap.Enums.FlagPresets
|
|
{
|
|
public enum LightingMode
|
|
{
|
|
Default,
|
|
Voxel,
|
|
ShadowMap,
|
|
Future
|
|
}
|
|
}
|