Class ConsumeDoAfterEvent
Do after even for food and drink.
Inheritance
System.Object
ConsumeDoAfterEvent
Assembly: Content.Shared.dll
Syntax
public sealed class ConsumeDoAfterEvent : DoAfterEvent
Constructors
|
Improve this Doc
View Source
ConsumeDoAfterEvent(String, String)
Declaration
public ConsumeDoAfterEvent(string solution, string flavorMessage)
Parameters
Type |
Name |
Description |
System.String |
solution |
|
System.String |
flavorMessage |
|
Fields
|
Improve this Doc
View Source
FlavorMessage
Declaration
public string FlavorMessage
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Solution
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public override DoAfterEvent Clone()
Returns
Overrides