Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
EventAccessors (int adderRowId, int removerRowId, int raiserRowId, ImmutableArray< MethodDefinitionHandle > others) | |
Properties | |
MethodDefinitionHandle | Adder [get] |
MethodDefinitionHandle | Remover [get] |
MethodDefinitionHandle | Raiser [get] |
ImmutableArray< MethodDefinitionHandle > | Others [get] |
Private Attributes | |
readonly int | _adderRowId |
readonly int | _removerRowId |
readonly int | _raiserRowId |
readonly ImmutableArray< MethodDefinitionHandle > | _others |
Definition at line 5 of file EventAccessors.cs.