Light12306/ChatRoomServer.Main/Room/RoomSessionContext.cs
2015-07-01 16:18:25 +08:00

13 lines
191 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ChatRoomServer.Main.Room
{
class RoomSessionContext
{
}
}