You've already forked Epicnabbo-Catalogus-Updated-Daily
Add coolui test
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { SellablePetPaletteData } from '@nitrots/nitro-renderer';
|
||||
|
||||
export class CatalogPetPalette
|
||||
{
|
||||
constructor(
|
||||
public readonly breed: string,
|
||||
public readonly palettes: SellablePetPaletteData[]
|
||||
)
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user