Terraria.ModLoader.MapLoader.modWallOptions C# (CSharp) Method

modWallOptions() static private method

static private modWallOptions ( ushort type ) : int
type ushort
return int
		internal static int modWallOptions(ushort type)
		{
			return wallEntries[type].Count;
		}
		//make Terraria.Map.MapHelper.colorLookup internal