Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator>()
static
bool
System.Version.operator>
(
Version
?
v1
,
Version
?
v2
)
inline
static
Definition at line
460
of file
Version.cs
.
461
{
462
return
v2 < v1;
463
}
System
Version
Generated by
1.10.0