Camera can now be disabled and Debug prefab exists

This commit is contained in:
Melbyj1125
2021-11-05 12:26:09 -05:00
parent 7c72259708
commit b0ee01f26b
6 changed files with 15 additions and 33 deletions

View File

@@ -3,7 +3,7 @@ using System.Linq;
using MLAPI;
using UnityEngine.Rendering;
[RequireComponent (typeof(PlayerMovement))]
[RequireComponent (typeof(dPlayerMovement))]
public class dWallRun : NetworkBehaviour
{