mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-27 10:38:02 +03:00
it is genuinely so bad
🆑
- remove: Remove mana.
(cherry picked from commit 89e8de3b6006ca6d4551546bf8a22c7ed7244aba)
7 lines
163 B
C#
7 lines
163 B
C#
namespace Content.Shared.Actions.Events;
|
|
public sealed partial class DarkSwapActionEvent : InstantActionEvent
|
|
{
|
|
[DataField]
|
|
public bool CheckInsulation;
|
|
}
|