mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-26 18:17:12 +03:00
* 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>
8 lines
244 B
C#
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;
|