import { creativity } from "imagination"; class TheVenlark { constructor() { this.game = "Minecraft"; this.mind = creativity; } build() { return Minecraft.create(this.mind); } } new TheVenlark().build();
Release Date