Fix some comps for serv4 (#19511)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.Store.Conditions;
|
|||||||
/// Allows a store entry to be filtered out based on the user's job.
|
/// Allows a store entry to be filtered out based on the user's job.
|
||||||
/// Supports both blacklists and whitelists
|
/// Supports both blacklists and whitelists
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class BuyerDepartmentCondition : ListingCondition
|
public sealed partial class BuyerDepartmentCondition : ListingCondition
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A whitelist of department prototypes that can purchase this listing. Only one needs to be found.
|
/// A whitelist of department prototypes that can purchase this listing. Only one needs to be found.
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ namespace Content.Shared.Weapons.Reflect;
|
|||||||
/// Reflection events will then be relayed.
|
/// Reflection events will then be relayed.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[RegisterComponent, NetworkedComponent]
|
[RegisterComponent, NetworkedComponent]
|
||||||
public sealed class ReflectUserComponent : Component
|
public sealed partial class ReflectUserComponent : Component
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user