Kawhi Curry

Results 2 issues of Kawhi Curry

#### Is your feature request related to a problem? Please describe. A manually trigger with parameters specified would be great for low frequency scenes. #### Describe the solution you'd like...

We noticed that helios-base cannot play penalty kick and so do us. So we modified the function `actionImpl` in `sample_player.cpp` ```cpp if(world().gameMode().isPenaltyKickMode()) { dlog.addText(Logger::TEAM, __FILE__ ": penalty kick"); std::vector tmp...