mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* feat: RnD tech research console now have reroll feature * fix: disable Rediscover button when there is not enough currency or user have no access * refactor: xml-doc, extract method, minor simplify xaml * minor cleanup after review * refactor: change sending research server points amount into BUI from state to ResearchServerComponent (using AfterAutoHandleStateEvent) * feat: now tech rerolls will have cooldown to ensure no one can spam-spend all dept budget instantly * refactor: revert unneeded code * refactor: whitespaces --------- Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
6 lines
135 B
C#
6 lines
135 B
C#
using Content.Shared.Research.Systems;
|
|
|
|
namespace Content.Client.Research;
|
|
|
|
public sealed class ResearchSystem : SharedResearchSystem;
|