feat: add the lightning orb script* (#2011)

* feat: add the lightning orb script*

Doesn't do anything because MPC don't work...

* Update LightningOrbServer.cpp
This commit is contained in:
David Markowitz
2026-06-20 22:30:44 -07:00
committed by GitHub
parent ccc029424c
commit 83707e2210
5 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include "CppScripts.h"
class LightningOrbServer : public CppScripts::Script
{
public:
void OnCollisionPhantom(Entity* self, Entity* target) override;
};