feat: add shoot and cooldown systems

This commit is contained in:
Bragin Stepan
2026-02-21 23:53:45 +05:00
parent 2affd03993
commit af20400b84
25 changed files with 1174 additions and 233 deletions

View File

@@ -34,6 +34,7 @@ namespace Assets._Project.Develop.Runtime.Utilities.SceneManagement
public static class Entity
{
public const string Projectile = "Entities/Projectile";
public const string Hero = "Entities/Hero";
public const string Ghost = "Entities/Ghost";
}