TapCommon-Unity/Runtime/Public/ITapPropertiesProxy.cs

7 lines
114 B
C#
Raw Permalink Normal View History

2023-11-08 10:47:27 +08:00

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