7 lines
120 B
C#
7 lines
120 B
C#
namespace BotSharp.Abstraction.Infrastructures;
|
|
|
|
public class HookEmitOption
|
|
{
|
|
public bool OnlyOnce { get; set; }
|
|
}
|