进入和离开地图和房间协议合并

This commit is contained in:
2025-09-09 00:18:10 +08:00
parent f1672122be
commit cb856ec8c4
13 changed files with 142 additions and 240 deletions

View File

@@ -62,7 +62,7 @@ namespace NBF.Fishing2
var numericComponent = GetOrAddComponent<NumericComponent>();
foreach (var kv in unitInfo.KV)
foreach (var kv in unitInfo.Propertys)
{
numericComponent.Set(kv.Key, kv.Value);
}