mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* Porting & implementation * Fix two stupid errors * Human not humans * fix audio path * Fix test fails & update cooldown * Work on reviews & test fail * Rework nymph organ system. * Make the nymph organs nospawn. * IsDeadIC (cherry picked from commit 407d4aed586a5143dc1dd0d31e7898f6df07a411)
9 lines
127 B
C#
9 lines
127 B
C#
namespace Content.Shared.Mind.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class IsDeadICComponent : Component
|
|
{
|
|
}
|
|
|
|
|