Start bindings and interface implementation for the IC10Editor mod
This commit is contained in:
12
csharp_mod/SlangFormatter.cs
Normal file
12
csharp_mod/SlangFormatter.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using StationeersIC10Editor;
|
||||
|
||||
namespace Slang
|
||||
{
|
||||
public class SlangFormatter : ICodeFormatter
|
||||
{
|
||||
public override Line ParseLine(string line)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user