Terraria.NBT.NBT C# (CSharp) Méthode

NBT() public méthode

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