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

◆ MoonShader() [2/3]

Terraria.GameContent.RGB.MoonShader.MoonShader ( Color skyColor,
Color moonColor )
inline

Definition at line 24 of file MoonShader.cs.

25 : this(skyColor, moonColor, moonColor)
26 {
27 }