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

◆ DefaultNoSpecialGroups_ForWalls

TreePaintingSettings Terraria.GameContent.TreePaintSystemData.DefaultNoSpecialGroups_ForWalls
staticprivate
Initial value:
= new TreePaintingSettings
{
UseSpecialGroups = false,
UseWallShaderHacks = true
}

Definition at line 10 of file TreePaintSystemData.cs.

11 {
12 UseSpecialGroups = false,
13 UseWallShaderHacks = true
14 };

Referenced by Terraria.GameContent.TreePaintSystemData.GetWallSettings().