Skip to content

Commit d5107b1

Browse files
committed
revert(web): 恢复 WebData 为 public
外部代码需要访问 WebManager.WebData 类型, 恢复 public 可见性。 GameFrameX/com.gameframex.unity#5
1 parent 8b7ea2b commit d5107b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runtime/Web/WebManager.WebData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public partial class WebManager
77
/// <summary>
88
/// Web请求数据的基类,包含请求的基本信息
99
/// </summary>
10-
private class WebData : IReference
10+
public class WebData : IReference
1111
{
1212
/// <summary>
1313
/// 用户自定义数据

0 commit comments

Comments
 (0)