mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-11 09:58:05 +00:00
Public release of the DLU server code!
Have fun!
This commit is contained in:
10
dScripts/ImaginationShrineServer.h
Normal file
10
dScripts/ImaginationShrineServer.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "CppScripts.h"
|
||||
#include "BaseInteractDropLootServer.h"
|
||||
|
||||
class ImaginationShrineServer : public BaseInteractDropLootServer
|
||||
{
|
||||
public:
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user