Logo
Explore Help
Register Sign In
Cinka/OldThink
1
0
Fork 0
You've already forked OldThink
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
4c87dcd3cb92855df1fa01dea52d2ddd09f2adce
OldThink/Content.Shared/Fluids/SharedDrainSystem.cs

13 lines
289 B
C#
Raw Normal View History

Added sink (#14348)
2023-07-01 00:10:47 +02:00
using Content.Shared.DoAfter;
using Robust.Shared.Serialization;
namespace Content.Shared.Fluids;
Random spontaneous cleanup PR (#25131) * Use new Subs.CVar helper Removes manual config OnValueChanged calls, removes need to remember to manually unsubscribe. This both reduces boilerplate and fixes many issues where subscriptions weren't removed on entity system shutdown. * Fix a bunch of warnings * More warning fixes * Use new DateTime serializer to get rid of ISerializationHooks in changelog code. * Get rid of some more ISerializationHooks for enums * And a little more * Apply suggestions from code review Co-authored-by: 0x6273 <0x40@keemail.me> --------- Co-authored-by: 0x6273 <0x40@keemail.me>
2024-02-13 22:48:39 +01:00
public abstract partial class SharedDrainSystem : EntitySystem
Added sink (#14348)
2023-07-01 00:10:47 +02:00
{
[Serializable, NetSerializable]
Refactor serialization copying to use source generators (#19412)
2023-08-22 18:14:33 -07:00
public sealed partial class DrainDoAfterEvent : SimpleDoAfterEvent
Added sink (#14348)
2023-07-01 00:10:47 +02:00
{
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 3343ms Template: 56ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API