/// <summary> /// A simple constructor that initializes the object with the given values. /// </summary> /// <param name="p_fstType">The script type.</param> /// <param name="p_strText">The script text.</param> public FomodScript(FomodScriptType p_fstType, string p_strText) { Type = p_fstType; Text = p_strText; }