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,10 +2,10 @@
|
||||
|
||||
namespace AssetsLoader
|
||||
{
|
||||
public interface ILoad
|
||||
{
|
||||
GameObject LoadPrefab(string path);
|
||||
public interface ILoad
|
||||
{
|
||||
GameObject LoadPrefab(string path);
|
||||
|
||||
string LoadText(string path);
|
||||
}
|
||||
string LoadText(string path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user