Class LoadoutComponent
Inheritance
System.Object
LoadoutComponent
Namespace: Content.Shared.Clothing.Components
Assembly: Content.Shared.dll
Syntax
public sealed class LoadoutComponent : Component
Fields
| Improve this Doc View SourcePrototypes
A list of starting gears, of which one will be given. All elements are weighted the same in the list.
Declaration
public List<string>? Prototypes
Field Value
Type | Description |
---|---|
System.Nullable<List<System.String>> |