Merge remote-tracking branch 'origin/master' into new_level_refactor

This commit is contained in:
Christoph Oelckers 2019-01-28 15:50:42 +01:00
commit 6a43d6c7ff

View file

@ -79,6 +79,9 @@ public:
class FDelayedCommand
{
public:
virtual ~FDelayedCommand() {}
protected:
virtual bool Tick() = 0;