mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Create a interface for a basic API to use the ActorRefresh and register actions to clicks on changed items (for now).
This commit is contained in:
parent
6c26943cb7
commit
2b46397e8e
12 changed files with 225 additions and 43 deletions
12
Penumbra.Api/RedrawType.cs
Normal file
12
Penumbra.Api/RedrawType.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace Penumbra.Api
|
||||
{
|
||||
public enum RedrawType
|
||||
{
|
||||
WithoutSettings,
|
||||
WithSettings,
|
||||
OnlyWithSettings,
|
||||
Unload,
|
||||
RedrawWithoutSettings,
|
||||
RedrawWithSettings,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue