mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-08 08:53:12 +00:00
13 lines
232 B
C#
13 lines
232 B
C#
using System.Runtime.InteropServices;
|
|
using System.Text.Json;
|
|
using System.Text.Json.Serialization;
|
|
|
|
namespace Waku
|
|
{
|
|
internal static class Constants
|
|
{
|
|
public const string dllName = "libs/libgowaku.dll";
|
|
}
|
|
}
|
|
|