mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Rename SpecialActor -> ScreenActor, add new ScreenActors.
This commit is contained in:
parent
27fed7860d
commit
79eee0e2c7
5 changed files with 32 additions and 29 deletions
|
|
@ -1,12 +0,0 @@
|
|||
namespace Penumbra.GameData.Actors;
|
||||
|
||||
public enum SpecialActor : ushort
|
||||
{
|
||||
CutsceneStart = 200,
|
||||
CutsceneEnd = 240,
|
||||
CharacterScreen = 240,
|
||||
ExamineScreen = 241,
|
||||
FittingRoom = 242,
|
||||
DyePreview = 243,
|
||||
Portrait = 244,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue