mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +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)
8 lines
150 B
C#
8 lines
150 B
C#
using Content.Shared.Sericulture;
|
|
|
|
namespace Content.Server.Sericulture;
|
|
|
|
public sealed partial class SericultureSystem : SharedSericultureSystem
|
|
{
|
|
}
|