LordBlackhawk
LordBlackhawk
Would it be possible to do the same with GetRawActions(). Currently GetRawActions() returns nothing for the observer, although the observer is able to see all actions.
Here is a minimal example. Maybe the problem is specific to the replay I used... ``` #include #include class MyObserver : public sc2::ReplayObserver { public: bool firstShield = true; bool...
Would be nice to have, but if I would be the only user, you should maybe not do it... By the way, I could remove some of the boilerplate by...