// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.assetstore;

public interface JsonAsset<K>
{
    K getId();
}
