Verb predict (#5638)
This commit is contained in:
10
Content.Client/PDA/PDASystem.cs
Normal file
10
Content.Client/PDA/PDASystem.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Content.Shared.PDA;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Client.PDA
|
||||
{
|
||||
public sealed class PDASystem : SharedPDASystem
|
||||
{
|
||||
// Nothing here. Have a lovely day.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user