Auto comp (#6416)
This commit is contained in:
@@ -9,8 +9,6 @@ namespace Content.Server.Dice
|
||||
[RegisterComponent, Friend(typeof(DiceSystem))]
|
||||
public class DiceComponent : Component
|
||||
{
|
||||
public override string Name => "Dice";
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("sound")]
|
||||
public SoundSpecifier Sound { get; } = new SoundCollectionSpecifier("Dice");
|
||||
|
||||
Reference in New Issue
Block a user