mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-03 22:13:10 +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();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|