Sundae2608 / BattleSimulation

Battle Simulation mimicking the mechanics of the Total War series
1 stars 0 forks source link

Refactor the Hasher to have the same Hasher #131

Open Sundae2608 opened 4 years ago

Sundae2608 commented 4 years ago

All the current Hasher is using the same space hashing system. It is better to refactor the inherit from the same hasher to make the code more scalable.