mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
Scripts: Fix ambiguous base class (#1216)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "CppScripts.h"
|
||||
|
||||
class BasePropertyServer : public CppScripts::Script {
|
||||
class BasePropertyServer : virtual public CppScripts::Script {
|
||||
public:
|
||||
|
||||
virtual void SetGameVariables(Entity* self);
|
||||
|
Reference in New Issue
Block a user