DarkflameServer/dScripts/AmTeapotServer.h

11 lines
227 B
C
Raw Normal View History

2022-05-10 04:21:20 +00:00
#pragma once
#include "CppScripts.h"
class AmTeapotServer : public CppScripts::Script {
2022-07-28 13:39:57 +00:00
public:
void OnUse(Entity* self, Entity* user) override;
private:
LOT BLUE_FLOWER_LEAVES = 12317;
LOT WU_S_IMAGINATION_TEA = 12109;
2022-05-10 04:21:20 +00:00
};