VictorECDSA
VictorECDSA
# 🚀 Feature Request Could you provide a tutorial on building a private chain please?
For example, about the RaceSynergyEffect of troll, only config 2-count (no 4-count): ``` library EffectInitializer { function _initSynergy(IWorld _world) private { // troll: + 10% attack the enemy twice RaceSynergyEffect.set(0x000002,...
I have some questions about this function and don't know if I understand it correctly. ``` contract PveBotSystem is System { function checkCorValidity(address player, uint32 x, uint32 y) internal view...