diff --git a/Ragon.Server/Sources/Entity/RagonEntityState.cs b/Ragon.Server/Sources/Entity/RagonEntityState.cs index 4bfecff..bfccd59 100644 --- a/Ragon.Server/Sources/Entity/RagonEntityState.cs +++ b/Ragon.Server/Sources/Entity/RagonEntityState.cs @@ -27,7 +27,7 @@ public class RagonEntityState public RagonEntityState(RagonEntity entity, int capacity = 10) { _entity = entity; - _properties = new List(10); + _properties = new List(capacity); } public void AddProperty(RagonProperty property)