hch
2025-08-05 6d9a990ce3eff793946d7b43e9b48e4f7045c20e
Main/Config/Configs/FrameAnimationConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年7月26日
//    [  Date ]:           Monday, August 4, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -10,6 +10,10 @@
public partial class FrameAnimationConfig : ConfigBase<string, FrameAnimationConfig>
{
    static FrameAnimationConfig()
    {
        dic.Clear();
    }
    public string name;
   public int frameCnt;