First implementation of sveltekit for webinterface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace ChatTwo.Code;
|
||||
|
||||
internal enum InputChannel : uint
|
||||
public enum InputChannel : uint
|
||||
{
|
||||
Tell = 0,
|
||||
Say = 1,
|
||||
|
||||
Reference in New Issue
Block a user