Penumbra/Penumbra.Api/RedrawType.cs

12 lines
No EOL
213 B
C#

namespace Penumbra.Api
{
public enum RedrawType
{
WithoutSettings,
WithSettings,
OnlyWithSettings,
Unload,
RedrawWithoutSettings,
RedrawWithSettings,
}
}