Пример #1
0
 /// <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;
 }
Пример #2
0
 /// <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;
 }