TapCommon-Unity/Runtime/Public/ITapPropertiesProxy.cs

7 lines
114 B
C#
Raw Normal View History

2023-09-25 18:58:53 +08:00

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