Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
AsyncLocal () | |
AsyncLocal (Action< AsyncLocalValueChangedArgs< T > >? valueChangedHandler) | |
Properties | |
T | Value [get, set] |
Private Member Functions | |
void IAsyncLocal. | OnValueChanged (object previousValueObj, object currentValueObj, bool contextChanged) |
Private Attributes | |
readonly Action< AsyncLocalValueChangedArgs< T > > | m_valueChangedHandler |
Definition at line 5 of file AsyncLocal.cs.