interface MockGameObject {
    name: string;
}

Implemented by

Properties

Properties

name: string