2021-12-05 17:54:36 +00:00
|
|
|
#pragma once
|
|
|
|
#include "CppScripts.h"
|
|
|
|
|
|
|
|
class AgMonumentLaserServer : public CppScripts::Script {
|
|
|
|
public:
|
2023-05-13 23:21:17 +00:00
|
|
|
void OnStartup(Entity* self) override;
|
|
|
|
void OnDie(Entity* self, Entity* killer) override;
|
2021-12-05 17:54:36 +00:00
|
|
|
};
|