Mofeng
Mofeng
# Part 3 : Ban `find()` # !!!THIS IS A BREAKING CHANGE!!! !!!THIS A BREAKING CHANGE!!! This will not be easily merged. Feel free to give your idea on whether...
# Part2: Ban random cast for results of `find*()` # !!!THIS IS A BREAKING CHANGE!!! !!!THIS A BREAKING CHANGE!!! This will not be easily merged. Feel free to give your...
### Brief Description In the source of @screeps/engine, we can see that `StructurePowerBank`,`StructureKeeperLair`,`StructureInvaderCore` are derived from `OwnedStructure` prototype. This was designed to support `FIND_HOSTILE_STRUCTURES`(especially `PowerBank`)  However, real players can...
In the javascript world, `prototype` can only be accessed from constructors. Adding `prototype` to these interfaces is invalid and wrong Anyway, this may break something. Please merge this PR only...