Init
This commit is contained in:
7
Prefab.Catalog/Data/IModuleDbReadOnly.cs
Normal file
7
Prefab.Catalog/Data/IModuleDbReadOnly.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Prefab.Data;
|
||||
|
||||
namespace Prefab.Catalog.Data;
|
||||
|
||||
public interface IModuleDbReadOnly : IModuleDb, IPrefabDbReadOnly
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user