Sericulture fixes (#19193)

* redone

* I FUCKING HATE SPAWNING STUFF IN SHARED

* inheritdoc

* owo

* fly broken wings

* From a server event to just an event.

* more info

* a comment and a different comment

* Partial

* Emo's requested changes.

* wuh

* head ache

* they call me mean names (laugh track)
This commit is contained in:
PixelTK
2023-10-01 21:46:09 +01:00
committed by GitHub
parent d15b7dff42
commit dfda2dbd05
7 changed files with 195 additions and 124 deletions

View File

@@ -0,0 +1,8 @@
using Content.Shared.Sericulture;
namespace Content.Client.Sericulture;
/// <summary>
/// <inheritdoc/>
/// </summary>
public sealed partial class SericultureSystem : SharedSericultureSystem { }