module prova.assets.asset;

/// Currently exists to limit what can enter the AssetManager
interface Asset
{
  
}