Skip to content

Commit

Permalink
Make RoboisseurComponent partial
Browse files Browse the repository at this point in the history
  • Loading branch information
DebugOk committed Sep 29, 2023
1 parent 6c620f4 commit bb7b685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Content.Server.Roboisseur.Roboisseur
{
[RegisterComponent]
public sealed class RoboisseurComponent : Component
public sealed partial class RoboisseurComponent : Component
{
[ViewVariables]
[DataField("accumulator")]
Expand Down

0 comments on commit bb7b685

Please sign in to comment.