Browse Source

还原一个序列化修改

大爷 2 years ago
parent
commit
3d46c869fd

+ 1 - 1
Unity/Assets/Scripts/Codes/Model/Share/Module/Numeric/NumericComponent.cs

@@ -103,7 +103,7 @@ namespace ET
     [ComponentOf(typeof (Unit))]
     public class NumericComponent: Entity, IAwake, ITransfer
     {
-        //[BsonDictionaryOptions(DictionaryRepresentation.ArrayOfArrays)]
+        [BsonDictionaryOptions(DictionaryRepresentation.ArrayOfArrays)]
         public Dictionary<int, long> NumericDic = new Dictionary<int, long>();
 
         public long this[int numericType]