mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
* genuinely disappointed * + * cleanup * Update Content.Client/_White/Overlays/CrayonPreviewOverlay.cs * 123 * 456 * забыл * ой блять --------- Co-authored-by: Remuchi <72476615+Remuchi@users.noreply.github.com>
17 lines
429 B
C#
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; }
|
|
}
|
|
}
|
|
*/
|