using System;
using System.Collections.Generic;
using System.Text;
namespace ET
{
public class StoreComponent:Entity
public static StoreComponent Instance;
public Dictionary<long, Store> StoreDic = new Dictionary<long, Store>();
}