Exemplo n.º 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>();
 }
Exemplo n.º 2
0
 public void Awake()
 {
     Instance = this;
 }
Exemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     input      = GetComponent <InputRequester>();
     controller = new List <ControllerData>();
 }