David Markowitz 81d8e1f75d fix: winter race orbs
Tested that script is loaded
2025-06-08 12:02:37 -07: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