Vixen
c7401864
csharp
public readonly record struct CurrencyConversion

A conversion with its address resolved.

Read the guide page for this →

Fields and properties (4)

  • public DefId To

    What it becomes.

  • public string Address

    Its address, kept so a report can name it.

  • public int Rate

    How many of the source make one of it.

  • public bool OneWay

    Whether it can be turned back.

Methods (1)

  • public CurrencyConversion(DefId To, string Address, int Rate, bool OneWay)

    A conversion with its address resolved.

Used by (2)

  • CurrencyVixen.Gameplay.Economy
  • EconomyLibraryVixen.Gameplay.Economy