Interface IBudgetEntry
Budgeted random spawn entry.
Namespace: Content.Shared.Random
Assembly: Content.Shared.dll
Syntax
public interface IBudgetEntry : IProbEntry
Properties
| Improve this Doc View SourceCost
Declaration
float Cost { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Proto
Declaration
string Proto { get; set; }
Property Value
Type | Description |
---|---|
System.String |