コード例 #1
0
 public SteamGameDirectories(string folder, IAbsoluteDirectoryPath rootPath)
 {
     RootPath    = rootPath.GetChildDirectoryWithName("common");
     ContentPath = RootPath.GetChildDirectoryWithName(folder);
 }
コード例 #2
0
 public SteamWorkshopDirectories(uint appId, IAbsoluteDirectoryPath rootPath)
 {
     RootPath    = rootPath.GetChildDirectoryWithName("workshop");
     ContentPath = RootPath.GetChildDirectoryWithName("content").GetChildDirectoryWithName(appId.ToString());
 }