Interface Structures

interface Structures {
    player?: Constructor<Player>;
    rest?: Constructor<Rest>;
}

Properties

Properties

A custom structure that extends the Player class

A custom structure that extends the Rest class