Files
wwdpublic/Content.Shared/_White/Actions/Events/PolymorphPowerActionEvent.cs
kekoven1 710b81dc81 psiop (#852)
* i think its gonna work

* Update PsionicPowerPool.yml

* Update ChameleonPowerSystem.cs

* bunny changes

* another one

* still awful ahh effect

* hewo

* Update meta.json

* ok its rly better

* Update PolymorphPowerSystem.cs

* i think its last one

* oops

* poprav nemnogo i gotovo

* Update Resources/Prototypes/_White/Entities/Effects/psionics.yml

---------

Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com>
2025-10-04 18:26:27 +10:00

8 lines
244 B
C#

using Content.Shared.Actions;
namespace Content.Shared._White.Actions.Events;
public sealed partial class PolymorphPowerActionEvent : EntityTargetActionEvent;
public sealed partial class PolymorphPowerRevertActionEvent : InstantActionEvent;