995a40e8ef
Added dummy MSBuild project and solution to get tooling help when editing these files.
12 lines
250 B
C#
12 lines
250 B
C#
using System;
|
|
|
|
namespace Godot
|
|
{
|
|
public partial class ResourceLoader
|
|
{
|
|
public static Resource Load(string path, string typeHint = "", bool pNoCache = false)
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|
|
}
|