23 lines
378 B
C#
23 lines
378 B
C#
/*
|
|
* @Author: 白哉
|
|
* @Description:
|
|
* @Date: 2026年03月31日 星期二 20:03:48
|
|
* @Modify:
|
|
*/
|
|
|
|
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
using Logic.CrashSight;
|
|
using MemoryPack;
|
|
using RuntimeData;
|
|
using UnityEngine;
|
|
|
|
|
|
namespace TH1_Logic.MatchConfig
|
|
{
|
|
public class WikiManager
|
|
{
|
|
public static WikiManager Instance = new WikiManager();
|
|
}
|
|
} |