From cf45eab2bc26502bb485e296579202322d90d743 Mon Sep 17 00:00:00 2001 From: kittyegg Date: Thu, 14 May 2026 16:16:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Prefabs/TestEnemy.prefab | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Assets/Prefabs/TestEnemy.prefab b/Assets/Prefabs/TestEnemy.prefab index b9e0eb6..ec9b0a2 100644 --- a/Assets/Prefabs/TestEnemy.prefab +++ b/Assets/Prefabs/TestEnemy.prefab @@ -28,7 +28,7 @@ Transform: serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 3.991, y: 1.035, z: -9.936} - m_LocalScale: {x: 1, y: 1, z: 1} + m_LocalScale: {x: 0.5, y: 1, z: 0.5} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 4358740754901839407} @@ -47,8 +47,19 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: Assembly-CSharp::Enemy _pathService: {fileID: 0} + _health: 5 _speed: 1 _damage: 1 + _killReward: 10 + _onHealthChanged: + m_PersistentCalls: + m_Calls: [] + _onDeath: + m_PersistentCalls: + m_Calls: [] + _onDestroyed: + m_PersistentCalls: + m_Calls: [] --- !u!65 &4691593706010193046 BoxCollider: m_ObjectHideFlags: 0