21 lines
294 B
C#
21 lines
294 B
C#
/*
|
|
* @Author: 白哉
|
|
* @Description:
|
|
* @Date: 2025年11月21日 星期五 16:11:03
|
|
* @Modify:
|
|
*/
|
|
|
|
|
|
using MemoryPack;
|
|
|
|
|
|
namespace ExcelConfig
|
|
{
|
|
public partial class AIConfigCategory
|
|
{
|
|
public override void AfterInit()
|
|
{
|
|
base.AfterInit();
|
|
}
|
|
}
|
|
} |