Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#pragma once
#include "CppScripts.h"
class AgQbWall : public CppScripts::Script {
public:
void OnQuickBuildComplete(Entity* self, Entity* player) override;
};