Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ComponentRenameEventArgs (object? component, string? oldName, string? newName) | |
Static Public Attributes | |
static readonly EventArgs | Empty = new EventArgs() |
Properties | |
object? | Component [get] |
virtual ? string | OldName [get] |
virtual ? string | NewName [get] |
Definition at line 3 of file ComponentRenameEventArgs.cs.