using System.Collections.Generic; using System.Net; namespace ET { public class SessionCountCheckComponent:Entity { public long timerId; public Dictionary countDic = new Dictionary(); } }