using System.Linq; namespace ET { public partial class WorldParametersConfigCategory { public override void AfterEndInit() { if (this.dict.Keys.Contains(1)) { this.dict[1].Value[0] = this.dict[1].Value[0] * 1000 / 60; } } } }