?
This commit is contained in:
8
Models/Proto.cs
Normal file
8
Models/Proto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace CatLink.Models
|
||||
{
|
||||
public static class Proto
|
||||
{
|
||||
public const int TCP = 6;
|
||||
public const int UDP = 17;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user