Verb predict (#5638)
This commit is contained in:
8
Content.Shared/Access/Systems/SharedIdCardSystem.cs
Normal file
8
Content.Shared/Access/Systems/SharedIdCardSystem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Access.Systems;
|
||||
|
||||
public abstract class SharedIdCardSystem : EntitySystem
|
||||
{
|
||||
// this class just exists to make friends. Will you be its friend?
|
||||
}
|
||||
Reference in New Issue
Block a user