Schematic import

This commit is contained in:
Anuken
2019-10-19 01:19:32 -04:00
parent 08a51d8f1b
commit f7be953bb5
6 changed files with 60 additions and 6 deletions

View File

@@ -92,6 +92,10 @@ public class SWorkshop implements SteamUGCCallback{
dialog.show();
}
public void publishSchematic(Schematic schematic){
}
public void viewMapListingInfo(Map map){
String id = map.tags.get("steamid");
long handle = Strings.parseLong(id, -1);