Skip to content

Instantly share code, notes, and snippets.

@wmiller
wmiller / Infos.cs
Created February 4, 2014 13:55
XML Database part 2 Infos.cs
using UnityEngine;
using System.Collections;
using System.Xml;
using System.Xml.Serialization;
[XmlRoot]
public sealed class TileInfo : DatabaseEntry
{
[XmlElement]
public int Height { get; private set; }