mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 00:34:44 +01:00
* 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)
9 lines
197 B
C#
9 lines
197 B
C#
using Content.Shared.Sericulture;
|
|
|
|
namespace Content.Client.Sericulture;
|
|
|
|
/// <summary>
|
|
/// <inheritdoc/>
|
|
/// </summary>
|
|
public sealed partial class SericultureSystem : SharedSericultureSystem { }
|