mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-21 14:58:09 +00:00
Scripts for the AG sentinel camp QB wall (#761)
* 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>
This commit is contained in:
7
dScripts/AgQbWall.h
Normal file
7
dScripts/AgQbWall.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include "CppScripts.h"
|
||||
|
||||
class AgQbWall : public CppScripts::Script {
|
||||
public:
|
||||
void OnRebuildComplete(Entity* self, Entity* player) override;
|
||||
};
|
Reference in New Issue
Block a user