Formats Code
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { CreepRequisition } from "./creeps";
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Configuration for the game, defining limits and minimum requirements for creeps.
|
||||
* Used to manage the overall game state and ensure proper role distribution.
|
||||
@@ -17,7 +15,6 @@ export type GameConfig = {
|
||||
minCreepsPerRole: CreepRequisition;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Default game configuration with maximum creeps and minimum creeps per role.
|
||||
* This configuration is used to initialize the game state and ensure that the game runs smoothly.
|
||||
|
||||
Reference in New Issue
Block a user