UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 191 B
import { PERMISSION, PermissionsComponent } from "./PermissionsComponent"; export function WillColorChildren(id) { return !!PermissionsComponent.data[id][PERMISSION.WILL_COLOR_CHILDREN]; }