Files
wwdpublic/Content.Client/Crayon/CrayonComponent.cs
RedFoxIV efca951b7c [феатуре] ms paint (#279)
* genuinely disappointed

* +

* cleanup

* Update Content.Client/_White/Overlays/CrayonPreviewOverlay.cs

* 123

* 456

* забыл

* ой блять

---------

Co-authored-by: Remuchi <72476615+Remuchi@users.noreply.github.com>
2025-03-05 16:03:22 +02:00

17 lines
429 B
C#

using Content.Shared.Crayon;
using Robust.Shared.GameObjects;
using Robust.Shared.ViewVariables;
/* // WWDP EDIT - DEFUNCT - Merged into one shared CrayonComponent.
namespace Content.Client.Crayon
{
[RegisterComponent]
public sealed partial class CrayonComponent : SharedCrayonComponent
{
[ViewVariables] public int Charges { get; set; }
[ViewVariables] public int Capacity { get; set; }
}
}
*/