Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
c43fcdfa06cc44d3c61b6a930de2e4f2ca7d0a7e
crystall-punk-14/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.5 Page: 174ms Template: 2ms
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