Add AM Teapot server

Resolves #224
This commit is contained in:
Aaron Kimbre
2022-05-09 23:21:20 -05:00
parent 24745c2e7a
commit aba349301f
3 changed files with 28 additions and 0 deletions

10
dScripts/AmTeapotServer.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#include "CppScripts.h"
class AmTeapotServer : public CppScripts::Script {
public:
void OnUse(Entity* self, Entity* user) override;
private:
LOT BLUE_FLOWER_LEAVES = 12317;
LOT WU_S_IMAGINATION_TEA = 12109;
};