mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-21 07:28:31 +03:00
* Fix formatting problem with FullOpened * Moved to Shared and networked * Revert "Fix formatting problem with FullOpened" This reverts commit f8353403da830a4402bdd457bcf24a2432a5f566. (cherry picked from commit 381bb9020aeba82e9cad111c77c34bee29d52c68)
8 lines
160 B
C#
8 lines
160 B
C#
using Content.Shared.Nutrition.EntitySystems;
|
|
|
|
namespace Content.Client.Nutrition.EntitySystems;
|
|
|
|
public sealed class OpenableSystem : SharedOpenableSystem
|
|
{
|
|
}
|