Handle HardObstacle solving by player
This commit is contained in:
parent
377916ffb2
commit
3bc7c9c7ee
6 changed files with 470 additions and 11 deletions
|
@ -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))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue