Vixen
c7401864
csharp
public readonly record struct DefinitionRegistration

A definition type a module brings, and how a file names it.

Read the guide page for this →

Fields and properties (3)

  • public string Module

    Which module asked for it.

  • public Type Type

    The type.

  • public string Tag

    Its [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