Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
|
Public Member Functions | |
Pair (T previous, T current) | |
override int | GetHashCode () |
override bool | Equals (object obj) |
bool | Equals (Pair< T > other) |
override string | ToString () |
Public Attributes | |
readonly T | previous |
readonly T | current |
Properties | |
T | Previous [get] |
T | Current [get] |