namespace Prefab.Data; /// /// Marker interface to represent read-only access to the Prefab database. /// public interface IPrefabDbReadOnly : IPrefabDb { }