mirror of
https://github.com/soarqin/DSP_Mods_TO.git
synced 2026-08-07 09:10:10 +08:00
add XianTu
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace AssetsLoader
|
||||
{
|
||||
internal class ABFileLoad : ABLoad
|
||||
{
|
||||
public ABFileLoad(string filepath)
|
||||
{
|
||||
Ab = AssetBundle.LoadFromFile(filepath);
|
||||
Init();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user