TapCommon-Unity/Runtime/Public/ITapPropertiesProxy.cs

7 lines
114 B
C#
Raw Permalink Normal View History

2023-08-24 19:03:07 +08:00

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