Basic syncshell chat impl with game hooks
This commit is contained in:
7
MareSynchronos/MareConfiguration/Models/ShellConfig.cs
Normal file
7
MareSynchronos/MareConfiguration/Models/ShellConfig.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MareSynchronos.MareConfiguration.Models;
|
||||
|
||||
[Serializable]
|
||||
public class ShellConfig
|
||||
{
|
||||
public int ShellNumber { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user