mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-08 17:24:47 +00:00
feat: Implement help request status tracking in Fusion system
This commit is contained in:
@@ -21,10 +21,14 @@ namespace PepperDash.Essentials.Core.Fusion
|
||||
/// </summary>
|
||||
BoolFeedback HelpRequestSentFeedback { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Feedback containing the current status of the help request
|
||||
/// </summary>
|
||||
StringFeedback HelpRequestStatusFeedback { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Sends a help request
|
||||
/// </summary>
|
||||
/// <param name="isHtml"></param>
|
||||
void SendHelpRequest();
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user