|
@@ -68,9 +68,8 @@ public class Character : MonoBehaviour
|
|
|
public GameObject bodyCollider;
|
|
public GameObject bodyCollider;
|
|
|
public UIHP uiHp;
|
|
public UIHP uiHp;
|
|
|
public BeHitTrigger beHitTrigger;
|
|
public BeHitTrigger beHitTrigger;
|
|
|
-
|
|
|
|
|
- [HideInInspector]
|
|
|
|
|
public AttackController attackController;
|
|
public AttackController attackController;
|
|
|
|
|
+
|
|
|
[HideInInspector]
|
|
[HideInInspector]
|
|
|
public Character targetCharacter;
|
|
public Character targetCharacter;
|
|
|
[HideInInspector]
|
|
[HideInInspector]
|