mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-21 06:04:20 +00:00
9 lines
169 B
C++
9 lines
169 B
C++
#pragma once
|
|
#include "CppScripts.h"
|
|
|
|
class FvDragonInstanceServer : public CppScripts::Script
|
|
{
|
|
public:
|
|
void OnPlayerLoaded(Entity* self, Entity* player) override;
|
|
};
|