mirror of
https://github.com/ApfelTeeSaft/Slender.git
synced 2026-08-27 03:43:28 +00:00
9 lines
116 B
C#
9 lines
116 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public enum Dof34QualitySetting
|
|
{
|
|
OnlyBackground = 1,
|
|
BackgroundAndForeground = 2
|
|
}
|