mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-03 14:03:09 +00:00
13 lines
249 B
C#
13 lines
249 B
C#
using CodexClient;
|
|
|
|
namespace CodexPlugin
|
|
{
|
|
public class BinaryCodexStarter : ICodexStarter
|
|
{
|
|
public ICodexInstance[] BringOnline(CodexSetup codexSetup)
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|
|
}
|