12 lines
259 B
C#
12 lines
259 B
C#
using Chickensoft.AutoInject;
|
|
using Chickensoft.Introspection;
|
|
using Godot;
|
|
|
|
namespace Zennysoft.Game.Ma;
|
|
|
|
[Meta(typeof(IAutoNode))]
|
|
public partial class DataViewerRepository : Node
|
|
{
|
|
[Export]
|
|
public Godot.Collections.Array<PackedScene> ModelRepository;
|
|
} |