* Fix formatting problem with FullOpened * Moved to Shared and networked * Revert "Fix formatting problem with FullOpened" This reverts commit f8353403da830a4402bdd457bcf24a2432a5f566.
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
|
|
{
|
|
}
|