Class FactionData
Cached data for the faction prototype. Can be modified at runtime.
Inheritance
System.Object
FactionData
Namespace: Content.Server.NPC
Assembly: Content.Server.dll
Syntax
public sealed class FactionData : object
Fields
| Improve this Doc View SourceFriendly
Declaration
public HashSet<string> Friendly
Field Value
Type | Description |
---|---|
HashSet<System.String> |
Hostile
Declaration
public HashSet<string> Hostile
Field Value
Type | Description |
---|---|
HashSet<System.String> |