//! Load xml. public void LoadXml(XmlReader Reader, IEditor AssetDatabase) { m_Instance = new NonMoveableObject(Reader.GetAttribute("id")); }
public void This() { m_Instance = new he.NonMoveableObject(); }
public void Load(IFormatter Formatter, Stream Stream_) { m_Instance = (NonMoveableObject)Formatter.Deserialize(Stream_); }