mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 20:59:37 +08:00
16 lines
387 B
JavaScript
16 lines
387 B
JavaScript
|
///<reference path="../../../src/types/core.d.ts" />
|
||
|
|
||
|
/**
|
||
|
* 计算需要计算伤害的方向
|
||
|
* @param {number} x
|
||
|
* @param {number} y
|
||
|
* @param {FloorIds} floorId
|
||
|
*/
|
||
|
export function getNeedCalculateDir(x, y, floorId) {}
|
||
|
|
||
|
export function getEnemyInfo(enemy, hero, x, y, floorId) {}
|
||
|
|
||
|
export function getDamageInfo(enemy, hero, x, y, floorId) {}
|
||
|
|
||
|
export function checkBlock(floorId) {}
|