예제 #1
0
파일: Helper.cs 프로젝트: TsubakiP/Tsubaki
 public static T FromToml <T>(this string toml)
 {
     return(Toml.From <T>(toml));
 }