basic interface and no success trying to use them in a Tool script

This commit is contained in:
2026-01-16 18:35:58 +01:00
parent fd3eb35782
commit 255b87f991
9 changed files with 135 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
using Godot;
interface ISpawnable
{
Resource GetSpawnInitResource();
void TestMethod();
}

View File

@@ -0,0 +1 @@
uid://bethuw2c1at8o