Penumbra/Penumbra.Api/RedrawType.cs
2021-08-19 17:40:58 +02:00

14 lines
No EOL
280 B
C#

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