Table of Contents

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

string
See Also

Name

The unique identifier of this story fragment.

public string Name { get; }

Property Value

string

StoryPack

The story pack that this story fragment should appear in. See SuzerainStoryPackInfo.

public StoryPackInfo StoryPack { get; }

Property Value

StoryPackInfo
See Also

See Also