예제 #1
0
 private string GetAssetPath(GithubAsset asset)
 {
     return(Path.Combine(CacheDirectoryPath, asset.Name));
 }
예제 #2
0
 private string GetComponentName(GithubAsset asset)
 {
     return(AssetNameRegex.Match(asset.Name).Groups["name"].Value);
 }