From 0ca7420ad952c0332ab36e37596b0fa53e710325 Mon Sep 17 00:00:00 2001 From: RblSb Date: Fri, 6 Mar 2020 06:32:01 +0300 Subject: Move server port to config --- src/Types.hx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Types.hx') diff --git a/src/Types.hx b/src/Types.hx index 41d5340..a98c7a1 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -8,6 +8,7 @@ typedef VideoData = { } typedef Config = { + port:Int, channelName:String, maxLoginLength:Int, maxMessageLength:Int, -- cgit v1.2.3