Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/I2/Loc/IResourceManager_Bundles.cs
2026-02-21 16:45:37 +08:00

10 lines
143 B
C#

using UnityEngine;
namespace I2.Loc
{
public interface IResourceManager_Bundles
{
T LoadFromBundle<T>(string path) where T : Object;
}
}