Terraria.NBT.NBT C# (CSharp) Method

NBT() public method

public NBT ( ) : System.Collections.Generic
return System.Collections.Generic
		public NBT()
		{
			tags = new Dictionary<string, object>(128);
		}
	}
NBT