Class VapeDoAfterEvent
Inheritance
System.Object
VapeDoAfterEvent
Assembly: Content.Shared.dll
Syntax
public sealed class VapeDoAfterEvent : DoAfterEvent
Constructors
|
Improve this Doc
View Source
VapeDoAfterEvent(Solution, Boolean)
Declaration
public VapeDoAfterEvent(Solution solution, bool forced)
Parameters
Type |
Name |
Description |
Solution |
solution |
|
System.Boolean |
forced |
|
Fields
|
Improve this Doc
View Source
Forced
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Solution
Declaration
Field Value
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public override DoAfterEvent Clone()
Returns
Overrides