Add cooldown time for SmallSceneryPlaceAction

This commit is contained in:
Matt 2019-03-01 10:13:50 +01:00
parent cfe2fb939e
commit 097ed015d8
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ public:
{
}
uint32_t GetCooldownTime() const override
{
return 20;
}
uint16_t GetActionFlags() const override
{
return GameAction::GetActionFlags();