fix: winter race orbs (#1810)

Tested that script is loaded
This commit is contained in:
David Markowitz
2025-06-08 12:14:35 -07:00
committed by GitHub
parent b509fd4f10
commit 37e14979a4
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