11 lines
266 B
C#
11 lines
266 B
C#
|
namespace MediaBrowser.Controller.Providers
|
||
|
{
|
||
|
public class GameSystemInfo : ItemLookupInfo
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// Gets or sets the path.
|
||
|
/// </summary>
|
||
|
/// <value>The path.</value>
|
||
|
public string Path { get; set; }
|
||
|
}
|
||
|
}
|