Example #1
0
 // Start is called before the first frame updatMOV
 void Start()
 {
     inputRequester          = InputRequester.Instance;
     stats                   = GetComponent <Player>().stats;
     playerBody.inputManager = this;
     player                  = GetComponent <Player>();
 }
Example #2
0
 public void Awake()
 {
     Instance = this;
 }
Example #3
0
 // Start is called before the first frame update
 void Start()
 {
     input      = GetComponent <InputRequester>();
     controller = new List <ControllerData>();
 }