TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
WriteRGB()
static
void
Terraria.Utils.WriteRGB
(
this
BinaryWriter
bb
,
Color
c
)
inline
static
Definition at line
1122
of file
Utils.cs
.
1123
{
1124
bb
.Write(((Color)(
ref
c)).R);
1125
bb
.Write(((Color)(
ref
c)).G);
1126
bb
.Write(((Color)(
ref
c)).B);
1127
}
List
Terraria
Utils
Generated by
1.10.0