10 lines
177 B
C#
10 lines
177 B
C#
|
|
using Content.Shared.GameObjects.EntitySystems;
|
||
|
|
|
||
|
|
namespace Content.Client.GameObjects.EntitySystems
|
||
|
|
{
|
||
|
|
internal sealed class BuckleSystem : SharedBuckleSystem
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|