8 lines
125 B
C#
8 lines
125 B
C#
using Prefab.Data;
|
|
|
|
namespace Prefab.Catalog.Data;
|
|
|
|
public interface IModuleDbReadOnly : IModuleDb, IPrefabDbReadOnly
|
|
{
|
|
}
|