xy-server/game/event/ActionAreaEventState.ts

7 lines
190 B
TypeScript
Raw Permalink Normal View History

2025-04-23 09:34:08 +08:00
import EventStateBase from "./EventStateBase";
export default class ActionAreaEventState extends EventStateBase { //做指定动作 完成状态
constructor() {
super();
}
}