Rainbow crayon + color-selectable crayons (#7786)
This commit is contained in:
@@ -18,6 +18,10 @@ namespace Content.Server.Crayon
|
||||
[ViewVariables]
|
||||
public Color Color { get; private set; }
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("selectableColor")]
|
||||
public bool SelectableColor { get; set; }
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public int Charges { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user