Exemplo n.º 1
0
 void Awake()
 {
     Player     = GetComponent <PlayerBhysics>();
     Actions    = GetComponent <ActionManager>();
     JumpAction = GetComponent <Action01_Jump>();
     Cam        = GetComponent <CameraControl>();
 }