You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
[Mono] Move several small related files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Godot
|
||||
{
|
||||
public static partial class ResourceLoader
|
||||
{
|
||||
public static T Load<T>(string path) where T : Godot.Resource
|
||||
{
|
||||
return (T) Load(path);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user