进入和离开地图和房间协议合并
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user