mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
14 lines
No EOL
280 B
C#
14 lines
No EOL
280 B
C#
namespace Penumbra.Api
|
|
{
|
|
public enum RedrawType
|
|
{
|
|
WithoutSettings,
|
|
WithSettings,
|
|
OnlyWithSettings,
|
|
Unload,
|
|
RedrawWithoutSettings,
|
|
RedrawWithSettings,
|
|
AfterGPoseWithSettings,
|
|
AfterGPoseWithoutSettings,
|
|
}
|
|
} |