|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ActivityEvent (string name) | |
| ActivityEvent (string name, DateTimeOffset timestamp=default(DateTimeOffset), ActivityTagsCollection? tags=null) | |
Properties | |
| string | Name [get] |
| DateTimeOffset | Timestamp [get] |
| IEnumerable< KeyValuePair< string, object?> > | Tags [get] |
Static Private Attributes | |
| static readonly ActivityTagsCollection | s_emptyTags = new ActivityTagsCollection() |
Definition at line 5 of file ActivityEvent.cs.