mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* Content update for UI refactor * Big update * Sharing * Remaining content updates * First big update * Prototype updates * AUGH * Fix UI comp ref * Cleanup - Fix predicted message, fix item slots, fix interaction range check. * Fix regressions * Make this predictive idk why it wasn't. * Fix slime merge * Merge conflict * Fix merge
7 lines
149 B
C#
7 lines
149 B
C#
using Content.Shared.Paper;
|
|
|
|
namespace Content.Client.Paper;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class PaperComponent : SharedPaperComponent;
|