コード例 #1
0
ファイル: CompileLib.cs プロジェクト: SchmobertRitz/EMP-Unity
 public static void OnCompileAll()
 {
     new CompileLib(SelectionHelper.GetSelectedPath()).Compile();
 }