コード例 #1
0
 public static void AddYamlLoader()
 {
     ColorPalette.AddLoader(".yaml", path => File.ReadAllText(path).FromYaml <ColorPalette>());
 }