aha
This commit is contained in:
10
Assets/Mirror/Transports/KCP/kcp2k/highlevel/KcpChannel.cs
Normal file
10
Assets/Mirror/Transports/KCP/kcp2k/highlevel/KcpChannel.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace kcp2k
|
||||
{
|
||||
// channel type and header for raw messages
|
||||
public enum KcpChannel : byte
|
||||
{
|
||||
// don't react on 0x00. might help to filter out random noise.
|
||||
Reliable = 1,
|
||||
Unreliable = 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user