NPC refactor (#10122)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
8
Content.Client/NPC/NPCComponent.cs
Normal file
8
Content.Client/NPC/NPCComponent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.NPC;
|
||||
|
||||
namespace Content.Client.NPC;
|
||||
|
||||
public abstract class NPCComponent : SharedNPCComponent
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user