Terraria.NBT.NBT C# (CSharp) 메소드

NBT() 공개 메소드

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