mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
9 lines
No EOL
112 B
C#
9 lines
No EOL
112 B
C#
namespace Penumbra.GameData.Enums;
|
|
|
|
public enum RedrawType
|
|
{
|
|
Redraw,
|
|
Unload,
|
|
Load,
|
|
AfterGPose,
|
|
} |