Class SolutionSpikeOverflowEvent
Inheritance
System.Object
SolutionSpikeOverflowEvent
Namespace: Content.Server.Chemistry.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class SolutionSpikeOverflowEvent : HandledEntityEventArgs
Constructors
| Improve this Doc View SourceSolutionSpikeOverflowEvent(Solution)
Declaration
public SolutionSpikeOverflowEvent(Solution overflow)
Parameters
Type | Name | Description |
---|---|---|
Solution | overflow |
Properties
| Improve this Doc View SourceOverflow
The solution that's been overflowed from the spike.
Declaration
public Solution Overflow { get; }
Property Value
Type | Description |
---|---|
Solution |