mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-17 00:44:49 +01:00
22 lines
320 B
C#
22 lines
320 B
C#
namespace MoleMole.Config
|
|
{
|
|
public class ConfigGraphicsVolatileSetting
|
|
{
|
|
public PostEffectQualityGrade PostFXGrade;
|
|
|
|
public bool UsePostFX;
|
|
|
|
public bool UseHDR;
|
|
|
|
public bool UseDistortion;
|
|
|
|
public bool UseReflection;
|
|
|
|
public bool UseFXAA;
|
|
|
|
public bool UseDynamicBone;
|
|
|
|
public bool UseStaticCloud;
|
|
}
|
|
}
|