예제 #1
0
 public static ConfigFile Matching([NotNull] CharacterFile characterFile)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public static List <CardData> GetTheCards(CharacterFile c)
 {
     return(c.ParseCards());
 }