* Культ плоти * Мейби это скорет ноги для паучих ног * фикс ног и иконок (#986) Co-authored-by: Vigers Ray <vigersray@gmail.com> --------- Co-authored-by: Babaev <129369024+babaevlsdd@users.noreply.github.com>
13 lines
304 B
C#
13 lines
304 B
C#
using Content.Shared.Chemistry.Components;
|
|
|
|
namespace Content.Server._Sunrise.SplashOnTrigger
|
|
{
|
|
|
|
[RegisterComponent]
|
|
internal sealed partial class SplashOnTriggerComponent : Component
|
|
{
|
|
[DataField("splashReagents")] public Solution SplashReagents = new()
|
|
{
|
|
};
|
|
}
|
|
}
|