Ejemplo n.º 1
0
 void Start()
 {
     SetUpReferencesToComponents();
     PutWeaponInHand(currentWeaponConfig);
     currentWeaponConfig.Initialize();
     //SetupAttackAndDeathAnimation();
 }