|
@@ -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]
|