Skip to content

Commit

Permalink
fix: support uncooked redkit quests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikich340 committed Jun 7, 2024
1 parent b06b732 commit cad4e0b
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions WolvenKit.CR2W/Types/Primitive/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,30 @@ public enum ETextureCompression
TCM_QualityColor
}

#region Not found in Ghidra
#region Found in Redkit
public enum ELinkedSocketPlacement
{

LSP_Left,
LSP_Right,
LSP_Bottom,
LSP_Center,
LSP_Title
}
public enum ELinkedSocketDirection
{

LSD_Input,
LSD_Output,
LSD_Variable
}
public enum ELinkedSocketDrawStyle
{

LSDS_Default,
LSDS_Arrow,
LSDS_InArrow
}
#endregion

#region Not found in Ghidra
public enum EModLogLevel
{

Expand Down

0 comments on commit cad4e0b

Please sign in to comment.