ro-webgl/Assets/Editor/Pack/PackGameAssetsConfig.cs
2021-12-21 09:40:39 +08:00

11 lines
203 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Pack
{
public class PackGameAssetsConfig
{
public string[] fullReplacePaths;
}
}