예제 #1
0
 void Awake()
 {
     attackVals = nanoByte.nanoByte.attackValues;
     laserDecrement = attackVals.getUsage_Lasers() / attackVals.getDecrement_Lasers();
     flashDecrement = attackVals.getDecrement_Flash();
     stealthDecrement = attackVals.getUsage_Stealth() / attackVals.getDecrement_Stealth();
 }