Class NpcFactionPrototype
Contains data about this faction's relations with other factions.
Inheritance
System.Object
NpcFactionPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Server.NPC.Components
Assembly: Content.Server.dll
Syntax
public sealed class NpcFactionPrototype : object, IPrototype
Fields
| Improve this Doc View SourceFriendly
Declaration
public List<string> Friendly
Field Value
Type | Description |
---|---|
List<System.String> |
Hostile
Declaration
public List<string> Hostile
Field Value
Type | Description |
---|---|
List<System.String> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype