csharp
public record class InstanceDefinitionAn instance: a map, its difficulties, and the fights in it.
Fields and properties (6)
public string DisplayNameWhat it is called.
public string SceneThe address of the map it happens on.
public int MinimumPlayersThe fewest who may go.
public int MaximumPlayersThe most.
public List<DifficultyDefinition> DifficultiesIts difficulties. The first is the default.
public List<EncounterDefinition> EncountersIts fights, in the order they are meant to be done.
Methods (1)
public override void CollectTags(ICollection<string> tags)Every tag this definition mentions, so the content build can bake the tag table.
Used by (9)
- CoverageTestsMmo.Content.Tests
- ReferenceTestsMmo.Content.Tests
- ContentVixen.Gameplay.Instances.Tests
- InstanceVixen.Gameplay.Instances
- InstanceLibraryVixen.Gameplay.Instances
- InstanceLibraryTestsVixen.Gameplay.Instances.Tests
- InstanceModuleVixen.Gameplay.Instances
- TypeRegistrationVixen.Gameplay.Instances
- Vixen_Gameplay_Instances_InstanceDefinitionSerializerVixen.Gameplay.Instances