Move files and folders to new repo format to enable multi-project format
This commit is contained in:
12
Zennysoft.Game.Ma/src/data_viewer/DataViewerRepository.cs
Normal file
12
Zennysoft.Game.Ma/src/data_viewer/DataViewerRepository.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user