13 lines
191 B
Protocol Buffer
13 lines
191 B
Protocol Buffer
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace IM.Protocols.Protos
|
|
{
|
|
internal class group
|
|
{
|
|
}
|
|
}
|