Play-/Source/ui_android/java/com/virtualapplications/play/Bootable.java
2021-07-06 12:57:48 -04:00

12 lines
264 B
Java

package com.virtualapplications.play;
//This needs to mirror the layout of the Bootable structure in BootablesDbClient.h
public class Bootable
{
String path;
String discId;
public String title;
String coverUrl;
int lastBootedTime;
public String overview;
}