Class CustomStoryFragmentData
- Namespace
- SuzerainModdingKit.StoryFragments
- Assembly
- SuzerainModdingKit.dll
Represents the data required to define a custom story fragment for injection into the game.
public abstract class CustomStoryFragmentData
- Inheritance
-
CustomStoryFragmentData
- Derived
- Inherited Members
Properties
AssignedTokenName
The name of the token this story fragment should appear on.
See SuzerainTokenName.
public string AssignedTokenName { get; }
Property Value
- See Also
Name
The unique identifier of this story fragment.
public string Name { get; }
Property Value
StoryPack
The story pack that this story fragment should appear in.
See SuzerainStoryPackInfo.
public StoryPackInfo StoryPack { get; }
Property Value
- See Also