mirror of
https://github.com/motajs/template.git
synced 2026-05-25 13:41:11 +08:00
5 lines
178 B
TypeScript
5 lines
178 B
TypeScript
import { FaceGroup } from '@user/data-common';
|
|
|
|
/** 动态图块所使用的默认移动组,不知道干什么的就别动 */
|
|
export const DYNAMIC_MOVER_FACE = FaceGroup.Dir8;
|