Files
MovementTests/interfaces/ISpawnable.cs
Minimata 65538495c4
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 19s
Create tag and build when new code gets to main / Export (push) Successful in 9m59s
spawning
2026-01-17 23:18:06 +01:00

7 lines
57 B
C#

using Godot;
interface ISpawnable
{
void Setup();
}