TapCommon-Unity/Runtime/Public/ITapPropertiesProxy.cs

7 lines
114 B
C#
Raw Normal View History

2023-10-26 20:05:12 +08:00

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