This commit is contained in:
DrSmugleaf
2021-02-21 01:24:32 +01:00
committed by GitHub
parent e0eaef1aa9
commit 5b5a6a46be

View File

@@ -7,7 +7,7 @@ using YamlDotNet.RepresentationModel;
namespace Content.Server.GameObjects.Components.AI
{
[Prototype("aiFaction")]
public class AiFactionPrototype : IIndexedPrototype, IPrototype
public class AiFactionPrototype : IPrototype
{
// These are immutable so any dynamic changes aren't saved back over.
// AiFactionSystem will just read these and then store them.