Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SimpleCondition (Func< Player, bool > condition) | |
override bool | IsActive () |
Properties | |
Player | CurrentPlayer [get] |
Private Attributes | |
Func< Player, bool > | _condition |
Definition at line 14 of file CommonConditions.cs.