Beispiel #1
0
 public Project CreateSingleFileProject(string source_file)
 {
     return(LuaProject.FromSingleFile(Name, source_file));
 }