Updated inheritance

This commit is contained in:
Pascal Serrarens 2023-03-07 12:11:37 +01:00
parent 750fccaaaa
commit 43cf7767c4

View File

@ -4,7 +4,7 @@ using UnityEngine;
namespace Passer { namespace Passer {
using Humanoid; using Humanoid;
[CustomEditor(typeof(ControllerInput))] [CustomEditor(typeof(ControllerInput), true)]
public class ControllerInput_Editor : Editor { public class ControllerInput_Editor : Editor {
protected ControllerInput controllerInput; protected ControllerInput controllerInput;