Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Create SpaceDebrisComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekins3366 authored Apr 18, 2024
1 parent e932a3c commit 4b83905
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Content.Shared/SpaceDebrisComponent.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using Robust.Shared.GameStates;

namespace Content.Server.Worldgen.Components.Debris;

[RegisterComponent, NetworkedComponent]
public sealed partial class SpaceDebrisComponent : Component
{
}

0 comments on commit 4b83905

Please sign in to comment.