change components

This commit is contained in:
CaYpeN1
2024-03-22 17:01:21 +05:00
parent 4b79f1e2e0
commit 330b1502be
8 changed files with 3 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
namespace Content.Server._White.WeaponModules;
/// <summary>
/// LightModuleComponent
/// </summary>
[RegisterComponent]
public sealed partial class LightModuleComponent : Shared._White.WeaponModules.WeaponModulesComponent
{
[ViewVariables(VVAccess.ReadWrite)]
public bool Enabled;
}