xy-server/game/event/ActionAreaEventState.ts
2025-04-23 09:34:08 +08:00

7 lines
190 B
TypeScript

import EventStateBase from "./EventStateBase";
export default class ActionAreaEventState extends EventStateBase { //做指定动作 完成状态
constructor() {
super();
}
}