Interface IEnvironmentService

Define the interface of EnvironmentService.

interface IEnvironmentService {
    canPlayersCollide: boolean;
    impostorMode: ImpostorModeTypes;
}

Implemented by

Properties

canPlayersCollide: boolean

If players can physically collide with each other.

impostorMode: ImpostorModeTypes

Change impostor mode.