|
namespace GeometryTD.Core
|
|
{
|
|
public interface IStaticDataService
|
|
{
|
|
DRLevel GetLevel(int id);
|
|
DRTag GetTag(int id);
|
|
DRShopPrice[] GetAllShopPrices();
|
|
DRBearingComp[] GetAllBearingComps();
|
|
DRBaseComp[] GetAllBaseComps();
|
|
DRMuzzleComp[] GetAllMuzzleComps();
|
|
}
|
|
} |