Files
MovementTests/interfaces/ISpawnable.cs
Minimata 9690280cd7
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 20s
Create tag and build when new code gets to main / Export (push) Successful in 10m36s
better spawning
2026-01-18 10:27:21 +01:00

7 lines
62 B
C#

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