|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| UnreferencedObjectEventArgs (object? o, string? id) | |
Static Public Attributes | |
| static readonly EventArgs | Empty = new EventArgs() |
Properties | |
| object? | UnreferencedObject [get] |
| string? | UnreferencedId [get] |
Private Attributes | |
| readonly object | _o |
| readonly string | _id |
Definition at line 3 of file UnreferencedObjectEventArgs.cs.