mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* init * API * testing * review * return * good enough, fix later TODO: Proper prototype DoAfter Sounds * "proper" prototype TODO DoAfter Sprite * proper protos, mortar sprite * juicer sprites TODO: Juicer sounds Makeshift crafting recipes Add regular to vendors * sprite tweak * juicing sound, cleanup, construction * vendors * line end * attribution newline * small balance tweak * Let it be known id never webedit * meta * item size * review * handhelds * partial review * cache solution, looping * graph * review * popup --------- Co-authored-by: Janet Blackquill <uhhadd@gmail.com>
8 lines
211 B
C#
8 lines
211 B
C#
using Content.Shared.Kitchen.EntitySystems;
|
|
using JetBrains.Annotations;
|
|
|
|
namespace Content.Client.Kitchen.EntitySystems;
|
|
|
|
[UsedImplicitly]
|
|
public sealed class ReagentGrinderSystem : SharedReagentGrinderSystem;
|