mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-15 12:48:20 +00:00
1af3e59348
* Scripts for the AG sentinel camp QB wall * use lookat * Address feedback * Fix stromling spawner * fix aggro and remove logs Co-authored-by: Jett <55758076+Jettford@users.noreply.github.com>
8 lines
158 B
C++
8 lines
158 B
C++
#pragma once
|
|
#include "CppScripts.h"
|
|
|
|
class AgQbWall : public CppScripts::Script {
|
|
public:
|
|
void OnRebuildComplete(Entity* self, Entity* player) override;
|
|
};
|