Interface HiddenObjectsData<Type>

Interface representing the state of hidden objects in a game.

interface HiddenObjectsData<Type> {
    objects: ObjectsMap<Type>;
}

Type Parameters

  • Type

Properties

Properties

objects: ObjectsMap<Type>