Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator^() [1/2]

static short IBitwiseOperators< short, short, short >. System.Int16.operator^ ( short left,
short right )
inlinestatic

Definition at line 350 of file Int16.cs.

351 {
352 return (short)(left ^ right);
353 }