|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ActivityLink (ActivityContext context, ActivityTagsCollection? tags=null) | |
| override bool | Equals ([NotNullWhen(true)] object? obj) |
| bool | Equals (ActivityLink value) |
| override int | GetHashCode () |
| bool | Equals (T? other) |
Static Public Member Functions | |
| static bool | operator== (ActivityLink left, ActivityLink right) |
| static bool | operator!= (ActivityLink left, ActivityLink right) |
Properties | |
| ActivityContext | Context [get] |
| IEnumerable< KeyValuePair< string, object?> >? | Tags [get] |
Definition at line 6 of file ActivityLink.cs.