feat: add hero and body deal damage

This commit is contained in:
Bragin Stepan
2026-02-21 18:23:43 +05:00
parent 6e04b47ac2
commit dfd7b5ccf3
26 changed files with 977 additions and 225 deletions

View File

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