Added spring

This commit is contained in:
Pasha Bibko
2026-04-16 13:22:52 +01:00
parent 6868788af7
commit dd28471cfc
18 changed files with 650 additions and 37 deletions

View File

@@ -0,0 +1,7 @@
namespace Fruitomation.Game
{
public interface IGameItem
{
}
}