mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
9 lines
131 B
C#
9 lines
131 B
C#
namespace AssetRipper.Core.Classes.GraphicsSettings
|
|
{
|
|
public enum LightmapStrippingMode
|
|
{
|
|
Automatic = 0,
|
|
Custom = 1,
|
|
}
|
|
}
|