namespace Chernobyl.Reflection.Template.Xml
{
///
/// Holds information about Fallout files.
///
public class Fallout
{
///
/// The namespace URI that is used for Fallout specific XML data.
///
public const string NamepaceUri = "http://www.lokasgate.com/schemas/fallout/1.0";
}
}