mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-09-15 23:02:59 +02:00
* Halfway commit * Finishing commit, maybe? * Fix test, update ringtone UI to look nicer * Fix command, add failsafe * Documentation * Can we just mark ValidatePrototypeId as obsolete please * I'm too tired and my bones hurt * Change uplink code generation method * Move RingerAccessUplinkComponent to Server, because cheat clients could make use of it * Fix uplink implant changes, review changes, repair broken serialization. * cleanup and master merge * forgot the Linq * Linqd * Our store system is pretty goddamn awful wow --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
6 lines
118 B
C#
6 lines
118 B
C#
using Content.Shared.Store;
|
|
|
|
namespace Content.Client.Store;
|
|
|
|
public sealed class StoreSystem : SharedStoreSystem;
|