Minor Namming Fixes
This commit is contained in:
4
src/roleHandlers/BaseHandler.interface.ts
Normal file
4
src/roleHandlers/BaseHandler.interface.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export abstract class RoleHandler {
|
||||
static destroy(creepMemory: CreepMemory, state: GameState): void {};
|
||||
static run(creep: Creep, state: GameState): GameState {};
|
||||
}
|
||||
Reference in New Issue
Block a user