3
1
ProjektMWS/Projekt MWS/Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Views/Adapters/IAdapterObserver.cs
2021-06-28 19:31:12 +02:00

10 lines
157 B
C#

using System;
namespace Unity.Cloud.Collaborate.Views.Adapters
{
internal interface IAdapterObserver
{
void NotifyDataSetChanged();
}
}