Skip to content

Commit 41cb132

Browse files
committed
🚑 解决命名空间缺失的问题
1 parent 4bf7b3e commit 41cb132

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BD.SteamClient/Models/SteamLoginState.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using System.Runtime.Serialization.Formatters;
2+
13
namespace BD.SteamClient.Models;
24

35
public sealed class SteamLoginState : JsonModel<SteamLoginState>

0 commit comments

Comments
 (0)