fix: winter race orbs

Tested that script is loaded
This commit is contained in:
David Markowitz
2025-06-08 12:02:37 -07:00
parent 820c0f0083
commit 81d8e1f75d
6 changed files with 86 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
// Darkflame Universe
// Copyright 2025
#ifndef NSWINTERRACESERVER_H
#define NSWINTERRACESERVER_H
#include "CppScripts.h"
#include "RaceImaginationServer.h"
class NsWinterRaceServer : public RaceImaginationServer {
public:
void OnStartup(Entity* self) override;
};
#endif //!NSWINTERRACESERVER_H