This commit is contained in:
Aviu00
2024-01-23 13:45:08 +03:00
parent f80bc67f13
commit c3236f829c
5 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
namespace Content.Server.Animations;
[RegisterComponent]
public sealed class DancingComponent : Component
public sealed partial class DancingComponent : Component
{
public float AccumulatedFrametime;

View File

@@ -1,3 +1,4 @@
using Content.Server.White.Animations;
using Content.Shared.Animations;
using Content.Shared.Bed.Sleep;
using Content.Shared.Mobs.Components;

View File

@@ -1,6 +1,6 @@
namespace Content.Server.White.AspectsSystem.Aspects.Components;
[RegisterComponent]
public sealed class DancingAspectComponent : Component
public sealed partial class DancingAspectComponent : Component
{
}

View File

@@ -1,6 +1,6 @@
namespace Content.Server.White.Other;
[RegisterComponent]
public sealed class GiftIgnoreComponent : Component
public sealed partial class GiftIgnoreComponent : Component
{
}

View File

@@ -710,9 +710,6 @@
Heat: 0.80
Radiation: 0.80
Caustic: 0.95
- type: ClothingGrantComponent
component:
- type: NightVision
- type: FlashImmunity # WD edit
- type: EyeProtection # WD edit