Initial Working Creep Handler
This commit is contained in:
8
src/roleHandlers/index.ts
Normal file
8
src/roleHandlers/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { RoleHandler } from "./roleHandler.interface";
|
||||
|
||||
import HarvesterHandler from "./harvesterHandler";
|
||||
|
||||
|
||||
|
||||
|
||||
export { RoleHandler, HarvesterHandler };
|
||||
Reference in New Issue
Block a user