mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Add cooldown time to RideDemolishAction
This commit is contained in:
@@ -45,6 +45,11 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uint32_t GetCooldownTime() const override
|
||||||
|
{
|
||||||
|
return 1000;
|
||||||
|
}
|
||||||
|
|
||||||
void Serialise(DataSerialiser & stream) override
|
void Serialise(DataSerialiser & stream) override
|
||||||
{
|
{
|
||||||
GameAction::Serialise(stream);
|
GameAction::Serialise(stream);
|
||||||
|
|||||||
Reference in New Issue
Block a user