mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-22 07:18:08 +00:00
Public release of the DLU server code!
Have fun!
This commit is contained in:
17
dScripts/NsConcertChoiceBuildManager.h
Normal file
17
dScripts/NsConcertChoiceBuildManager.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
#include "CppScripts.h"
|
||||
|
||||
struct Crate {
|
||||
std::string name;
|
||||
LOT lot;
|
||||
float time;
|
||||
std::string group;
|
||||
};
|
||||
|
||||
class NsConcertChoiceBuildManager : public CppScripts::Script {
|
||||
public:
|
||||
void OnStartup(Entity *self) override;
|
||||
static void SpawnCrate(Entity* self);
|
||||
private:
|
||||
static const std::vector<Crate> crates;
|
||||
};
|
Reference in New Issue
Block a user