We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff06db commit da9a2b9Copy full SHA for da9a2b9
src/core/modules/entities/entities_entity.h
@@ -88,6 +88,10 @@ class CBaseEntityWrapper: public IServerEntity
88
public:
89
// We need to keep the order of these methods up-to-date and maybe we need
90
// to add new methods for other games.
91
+#if defined(ENGINE_BMS)
92
+ virtual void OnNewLightSelectedFromPicker() = 0;
93
+ virtual void OnNewXogSelectedFromPicker() = 0;
94
+#endif
95
virtual ServerClass* GetServerClass() = 0;
96
virtual int YouForgotToImplementOrDeclareServerClass() = 0;
97
virtual datamap_t* GetDataDescMap() = 0;
0 commit comments