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

◆ UseWallColors()

void Terraria.Tile.UseWallColors ( TileColorCache cache)
inline

Definition at line 864 of file Tile.cs.

865 {
866 cache.ApplyToWall(this);
867 }

References Terraria.TileColorCache.ApplyToWall().