Property | Type | Description | |
---|---|---|---|
Health | double | ||
Radius | double | ||
Type | AvoidanceType | ||
Weight | int |
Method | Description | |
---|---|---|
AvoidanceValue ( ) : System.Xml.Serialization | ||
AvoidanceValue ( AvoidanceType type, double hp, double radius, int weight, int secondsRemove = -1 ) : System.Xml.Serialization | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int |
public AvoidanceValue ( ) : System.Xml.Serialization | ||
return | System.Xml.Serialization |
public AvoidanceValue ( AvoidanceType type, double hp, double radius, int weight, int secondsRemove = -1 ) : System.Xml.Serialization | ||
type | AvoidanceType | |
hp | double | |
radius | double | |
weight | int | |
secondsRemove | int | |
return | System.Xml.Serialization |