Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator+()
[3/4]
static ushort
IAdditionOperators
< ushort, ushort, ushort >. System.UInt16.operator+
(
ushort
left
,
ushort
right
)
inline
static
Definition at line
284
of file
UInt16.cs
.
285
{
286
return
(ushort)(left + right);
287
}
System
UInt16
Generated by
1.10.0