Minor Namming Fixes

This commit is contained in:
2025-07-13 21:46:51 -03:00
parent 2c93b65b3d
commit 6ebf591d64
9 changed files with 8 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
export abstract class RoleHandler {
static destroy(creepMemory: CreepMemory, state: GameState): void {};
static run(creep: Creep, state: GameState): GameState {};
}