function Auras() {} Auras.prototype.Schema = "" + "" + "" + "Allure" + "Infidelity" + "Heal" + "Courage" + "Fear" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + ""; /* * TODO: this all needs to be designed and implemented */ Auras.prototype.Serialize = null; // we have no dynamic state to save Engine.RegisterComponentType(IID_Auras, "Auras", Auras);