GameSystemInfo.cs 267 B

1234567891011
  1. namespace MediaBrowser.Controller.Providers
  2. {
  3. public class GameSystemInfo : ItemLookupInfo
  4. {
  5. /// <summary>
  6. /// Gets or sets the path.
  7. /// </summary>
  8. /// <value>The path.</value>
  9. public string Path { get; set; }
  10. }
  11. }