initial commit: add C# LDTK importer and project configuration
This commit is contained in:
6
addons/csharp_ldtk_importer/LdtkImporter.cs
Normal file
6
addons/csharp_ldtk_importer/LdtkImporter.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class LdtkImporter : Node
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user