namespace Fusion.Addons.SimpleKCC { internal sealed class SmoothItem { public int Frame; public double Size; public T Value; } }