WaterMelonFactory
class WaterMelonFactory
Factory class for creating WaterMelon instances.
Methods
static WaterMelon
make(int $songId, Client|null $client = null)
Create a new WaterMelon instance from a song ID.
Details
at line 20
static WaterMelon
make(int $songId, Client|null $client = null)
Create a new WaterMelon instance from a song ID.