mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
12 lines
No EOL
213 B
C#
12 lines
No EOL
213 B
C#
namespace Penumbra.Api
|
|
{
|
|
public enum RedrawType
|
|
{
|
|
WithoutSettings,
|
|
WithSettings,
|
|
OnlyWithSettings,
|
|
Unload,
|
|
RedrawWithoutSettings,
|
|
RedrawWithSettings,
|
|
}
|
|
} |