basic interface and no success trying to use them in a Tool script
This commit is contained in:
8
interfaces/spawnable/ISpawnable.cs
Normal file
8
interfaces/spawnable/ISpawnable.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
|
||||
|
||||
interface ISpawnable
|
||||
{
|
||||
Resource GetSpawnInitResource();
|
||||
void TestMethod();
|
||||
}
|
||||
1
interfaces/spawnable/ISpawnable.cs.uid
Normal file
1
interfaces/spawnable/ISpawnable.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bethuw2c1at8o
|
||||
Reference in New Issue
Block a user