|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| bool | AddInstrument (Instrument instrument) |
Static Package Functions | |
| static List< Instrument > | GetPublishedInstruments () |
Properties | |
| bool | Disposed [get, private set] |
| string | Name [get] |
| string? | Version [get] |
Private Attributes | |
| List< Instrument > | _instruments = new List<Instrument>() |
Static Private Attributes | |
| static readonly List< Meter > | s_allMeters = new List<Meter>() |