mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-06 07:18:42 +00:00
feat: add ns race server script and ignore 3 scripts from pet cove (#1682)
* brother * use some better logic * Implement spider boss msg script tested that the message now shows up when hitting the survival spider entrance area * add drag to start race feature * ignore 3 more scripts * add Ns race server script * remove logs * unique * Update RaceImaginationServer.cpp * Update CppScripts.cpp
This commit is contained in:
12
dScripts/ai/RACING/TRACK_NS/NsRaceServer.h
Normal file
12
dScripts/ai/RACING/TRACK_NS/NsRaceServer.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef NSRACESERVER_H
|
||||
#define NSRACESERVER_H
|
||||
|
||||
#include "CppScripts.h"
|
||||
#include "RaceImaginationServer.h"
|
||||
|
||||
class NsRaceServer : public RaceImaginationServer {
|
||||
public:
|
||||
void OnStartup(Entity* self) override;
|
||||
};
|
||||
|
||||
#endif //!NSRACESERVER_H
|
Reference in New Issue
Block a user