TapCommon-Unity/Runtime/Public/ITapPropertiesProxy.cs

7 lines
114 B
C#
Raw Permalink Normal View History

2023-08-16 18:17:03 +08:00

namespace TapTap.Common {
public interface ITapPropertiesProxy {
string GetProperties();
}
}