better spawning
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

This commit is contained in:
2026-01-18 10:27:21 +01:00
parent 65538495c4
commit 9690280cd7
4 changed files with 23 additions and 12 deletions

View File

@@ -3,5 +3,5 @@ using Godot;
interface ISpawnable
{
void Setup();
void Initialize();
}