コード例 #1
0
 public static bool CanLoadScriptData(string name)
 {
     return(ScriptData.CanLoad(name));
 }