1 // cs0618.cs: `Name.Feat.Feat(string, string, int, params object[])' is obsolete: `AaA'
3 // Compiler options: -warnaserror
18 public Feat(string name
, string description
, int arg
, params object[] featReqs
)
21 public Feat(string name
, string description
)
22 : this(name
, description
, 4)
25 public Feat(string name
)
26 : this(name
, string.Empty
)