Yaroslav Buhaiev

Results 4 issues of Yaroslav Buhaiev

Link: https://core.telegram.org/bots/api-changelog#june-18-2024 Version: 7.5

What is the difference between "Try Me Mode" map and "trymode20"?

This is a feedback from the perspective of the Java dev that had 0 experience in WC3 modding and js/ts ecosystem. I use JetBrains Webstorm IDE. wc3-ts-template version 23/12/2023 node...

```ts compiletime(( { objectData, constants }) => { const unit = objectData.units.get(constants.units.Footman)!; unit.modelFile = "units\\human\\TheCaptain\\TheCaptain.mdl"; objectData.save(); }); ```