csharp
public readonly record struct DefinitionRegistrationA definition type a module brings, and how a file names it.
Fields and properties (3)
public string ModuleWhich module asked for it.
public Type TypeThe type.
public string TagIts [DataContract] alias — the !Tag a .vxdef writes.
Methods (1)
public DefinitionRegistration(string Module, Type Type, string Tag)A definition type a module brings, and how a file names it.
Used by (8)
- CompositionTestsMmo.Realm.Tests
- CombatModuleTestsVixen.Gameplay.Combat.Tests
- GameplayCompositionVixen.Gameplay
- GameplayConfigVixen.Gameplay
- GameplayConfigTestsVixen.Gameplay.Tests
- ItemsModuleTestsVixen.Gameplay.Items.Tests
- LootModuleTestsVixen.Gameplay.Loot.Tests
- ShootingModuleTestsVixen.Gameplay.Shooting.Tests