Fix build (#3348)
This commit is contained in:
@@ -7,7 +7,7 @@ using YamlDotNet.RepresentationModel;
|
|||||||
namespace Content.Server.GameObjects.Components.AI
|
namespace Content.Server.GameObjects.Components.AI
|
||||||
{
|
{
|
||||||
[Prototype("aiFaction")]
|
[Prototype("aiFaction")]
|
||||||
public class AiFactionPrototype : IIndexedPrototype, IPrototype
|
public class AiFactionPrototype : IPrototype
|
||||||
{
|
{
|
||||||
// These are immutable so any dynamic changes aren't saved back over.
|
// These are immutable so any dynamic changes aren't saved back over.
|
||||||
// AiFactionSystem will just read these and then store them.
|
// AiFactionSystem will just read these and then store them.
|
||||||
|
|||||||
Reference in New Issue
Block a user