Handle HardObstacle solving by player

This commit is contained in:
Antoine H 2021-01-28 15:34:58 +01:00
parent 377916ffb2
commit 3bc7c9c7ee
6 changed files with 470 additions and 11 deletions

View file

@ -4,6 +4,7 @@ using UnityEngine;
using UnityEngine.AI;
//Define the behavior of a client
[RequireComponent(typeof(SpriteRenderer))]
[RequireComponent(typeof(Animator))]
[RequireComponent(typeof(Rigidbody2D))]
[RequireComponent(typeof(Collider2D))]