Class DatasetPrototype
Inheritance
System.Object
DatasetPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Dataset
Assembly: Content.Shared.dll
Syntax
public sealed class DatasetPrototype : object, IPrototype
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Values
Declaration
public IReadOnlyList<string> Values { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<System.String> |
Implements
Robust.Shared.Prototypes.IPrototype