Play-/Source/ui_android/java/com/virtualapplications/play/Bootable.java

13 lines
264 B
Java
Raw Permalink Normal View History

package com.virtualapplications.play;
//This needs to mirror the layout of the Bootable structure in BootablesDbClient.h
public class Bootable
{
String path;
String discId;
2019-01-05 23:56:19 +00:00
public String title;
String coverUrl;
int lastBootedTime;
2019-01-05 23:56:19 +00:00
public String overview;
2021-07-06 12:57:48 -04:00
}