4 lines
88 B
C#
4 lines
88 B
C#
namespace CommandHook;
|
|
|
|
public delegate void CommandHookDelegate(ref CommandData data);
|