This commit is contained in:
committed by
GitHub
parent
c5f7c61041
commit
cecf87997b
@@ -9,7 +9,7 @@ namespace Content.Server.Plants.Components
|
||||
/// Gently rustle after each interaction with plant.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(PottedPlantHideSystem))]
|
||||
[Friend(typeof(PottedPlantHideSystem))]
|
||||
public sealed class PottedPlantHideComponent : Component
|
||||
{
|
||||
[DataField("rustleSound")]
|
||||
|
||||
@@ -3,7 +3,7 @@ using Content.Server.Plants.Systems;
|
||||
namespace Content.Server.Plants.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[Access(typeof(RandomPottedPlantSystem))]
|
||||
[Friend(typeof(RandomPottedPlantSystem))]
|
||||
public sealed class RandomPottedPlantComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadOnly)]
|
||||
|
||||
Reference in New Issue
Block a user