コード例 #1
0
ファイル: Scene.cs プロジェクト: HavenDV/MakeRuler
 static public Scene FromFile(string path)
 {
     return(TextConventer.SceneFromFile(path));
 }