Add prediction to Openable (#25477)

* Fix formatting problem with FullOpened

* Moved to Shared and networked

* Revert "Fix formatting problem with FullOpened"

This reverts commit f8353403da830a4402bdd457bcf24a2432a5f566.
This commit is contained in:
Tayrtahn
2024-02-22 20:09:43 -05:00
committed by GitHub
parent 84d9f7a6a9
commit 381bb9020a
4 changed files with 197 additions and 179 deletions

View File

@@ -0,0 +1,7 @@
using Content.Shared.Nutrition.EntitySystems;
namespace Content.Client.Nutrition.EntitySystems;
public sealed class OpenableSystem : SharedOpenableSystem
{
}