David Markowitz 37e14979a4
fix: winter race orbs (#1810)
Tested that script is loaded
2025-06-08 14:14:35 -05:00

16 lines
301 B
C++

// 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