Class TestTitleCustomAttachments
Class with dummy custom attachments to display in the UI.
Implements
Inherited Members
Namespace: Phoenix.Aruba.TestTitle
Assembly: Phoenix.Plugin.Aruba.TestTitle.dll
Syntax
public class TestTitleCustomAttachments : CustomAttachmentBase, ICustomAttachments
Constructors
View SourceTestTitleCustomAttachments(IPhoenixClientManager<TestHookGameClient>, IPhoenixLogger)
Class with dummy custom attachments to display in the UI.
Declaration
public TestTitleCustomAttachments(IPhoenixClientManager<TestHookGameClient> clientManager, IPhoenixLogger logger)
Parameters
Type | Name | Description |
---|---|---|
IPhoenixClientManager<TestHookGameClient> | clientManager | |
IPhoenixLogger | logger |
Methods
View SourceGetCustomAttachment()
Example of a function to execute a hook and return the path to a custom attachment.
Declaration
public Task<string> GetCustomAttachment()
Returns
Type | Description |
---|---|
Task<string> | The path to the custom attachment file. |