Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Int32Pair (int left, int right) | |
override bool | Equals ([NotNullWhen(true)] object other) |
override int | GetHashCode () |
Properties | |
int | Left [get] |
int | Right [get] |
Private Attributes | |
readonly int | _left |
readonly int | _right |
Definition at line 5 of file Int32Pair.cs.