mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Extract Strings to separate submodule.
This commit is contained in:
parent
bc901f3ff6
commit
35baba18bf
75 changed files with 751 additions and 1657 deletions
12
Penumbra.GameData/Actors/SpecialActor.cs
Normal file
12
Penumbra.GameData/Actors/SpecialActor.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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