Add cooldown time to RideDemolishAction

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

View File

@ -45,6 +45,11 @@ public:
{
}
uint32_t GetCooldownTime() const override
{
return 1000;
}
void Serialise(DataSerialiser & stream) override
{
GameAction::Serialise(stream);