bppapsdf
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { StateConfig, StateManagementFn } from "types";
|
||||
|
||||
const enter: StateManagementFn = async (_player) => {};
|
||||
|
||||
const exit: StateManagementFn = async (_player) => {};
|
||||
|
||||
export const defaultState: StateConfig = { enter, exit };
|
||||
Reference in New Issue
Block a user