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
bb2aa2bfdb5ee74ea5ffef0caeb3d23eb72cc4d9
OldThink/Content.Shared/Repairable/SharedRepairableSystem.cs

14 lines
285 B
C#
Raw Normal View History

More DoAfter Changes (#14609) * DoAfters * Compact Clone() * Fix mice and cuffables * Try generalize attempt events * moves climbabledoafter event to shared, fixes issue with climbable target * Fix merge (cuffing) * Make all events netserializable * handful of doafter events moved * moves the rest of the events to their respective shared folders * Changes all mentions of server doafter to shared * stop stripping cancellation * fix merge errors * draw paused doafters * handle unpausing * missing netserializable ref * removes break on stun reference * removes cuffing state reference * Fix tools * Fix door prying. * Fix construction * Fix dumping * Fix wielding assert * fix rev * Fix test * more test fixes --------- Co-authored-by: keronshb <keronshb@live.com>
2023-04-03 13:13:48 +12:00
using Content.Shared.DoAfter;
using Robust.Shared.Serialization;
namespace Content.Shared.Repairable;
public abstract class SharedRepairableSystem : EntitySystem
{
[Serializable, NetSerializable]
protected sealed class RepairFinishedEvent : SimpleDoAfterEvent
{
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 2465ms Template: 12ms
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