mirror of
https://github.com/soarqin/DSP_Mods_TO.git
synced 2025-12-22 06:23:33 +08:00
add XianTu
This commit is contained in:
11
XianTu/AssetsLoader/ILoad.cs
Normal file
11
XianTu/AssetsLoader/ILoad.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace AssetsLoader
|
||||
{
|
||||
public interface ILoad
|
||||
{
|
||||
GameObject LoadPrefab(string path);
|
||||
|
||||
string LoadText(string path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user