Init
This commit is contained in:
8
Prefab/Data/IPrefabDbReadOnly.cs
Normal file
8
Prefab/Data/IPrefabDbReadOnly.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Prefab.Data;
|
||||
|
||||
/// <summary>
|
||||
/// Marker interface to represent read-only access to the Prefab database.
|
||||
/// </summary>
|
||||
public interface IPrefabDbReadOnly : IPrefabDb
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user