9 lines
No EOL
182 B
C#
9 lines
No EOL
182 B
C#
namespace Pixi.Common
|
|
{
|
|
public interface BlueprintProvider
|
|
{
|
|
string Name { get; }
|
|
|
|
BlockJsonInfo[] Blueprint(string name, BlockJsonInfo root);
|
|
}
|
|
} |