mirror of
https://github.com/soarqin/DSP_Mods_TO.git
synced 2026-02-04 14:12:18 +08:00
format code
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
namespace AssetsLoader
|
||||
{
|
||||
internal class ABFileLoad : ABLoad
|
||||
{
|
||||
public ABFileLoad(string filepath)
|
||||
{
|
||||
Ab = AssetBundle.LoadFromFile(filepath);
|
||||
Init();
|
||||
}
|
||||
}
|
||||
internal class ABFileLoad : ABLoad
|
||||
{
|
||||
public ABFileLoad(string filepath)
|
||||
{
|
||||
Ab = AssetBundle.LoadFromFile(filepath);
|
||||
Init();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user