phaser4-rex-plugins
Version:
17 lines (16 loc) • 454 B
JavaScript
import PreTest from './PreTest.js';
import GetCost from './GetCost.js';
import IsInCone from './IsInCone.js';
import IsPathVisible from './IsPathVisible.js';
import IsInLOS from './IsInLOS.js';
import LOS from './LOS.js';
import FindFOV from './FindFOV.js';
export default {
preTest: PreTest,
getCost: GetCost,
isInCone: IsInCone,
isPathVisible: IsPathVisible,
isInLOS: IsInLOS,
LOS: LOS,
findFOV: FindFOV,
};