Files
2026-05-23 14:12:25 +02:00

10 lines
126 B
C#

using System;
[Serializable]
public enum BokehDestination
{
Background = 1,
Foreground = 2,
BackgroundAndForeground = 3
}