Ejemplo n.º 1
0
    void GatherRefs()
    {
        effects = GetComponent <Effects>();

        startingAtts  = GetComponent <StartingAttributes>();
        purchasedAtts = GetComponent <PurchasedAttributes>();
        baseAtts      = GetComponent <BaseAttributes>();
        actualAtts    = GetComponent <ActualAttributes>();

        baseStats           = GetComponent <BaseStats>();
        purchasedStats      = GetComponent <PurchasedStats>();
        startingStats       = GetComponent <StartingStats>();
        startingActualStats = GetComponent <StartingActualStats>();
        actualStats         = GetComponent <ActualStats>();
    }
Ejemplo n.º 2
0
 protected override void GatherRefs()
 {
     startingAtts  = GetComponent <StartingAttributes>();
     purchasedAtts = GetComponent <PurchasedAttributes>();
 }