private void CreateStates(string[] ids, Bio target) { int count = ids.Length; for (int i = 0; i < count; i++) { target.CreateBuffState(ids[i], this._buff); } }