Exemplo n.º 1
0
    private void Awake()
    {
        Instance = this;

        maxActionPoints = 3;

        triagePointCost = 1;
        trainPointCost  = 1;
        prayPointCost   = 2;
        bathePointCost  = 2;
        readPointCost   = 1;
        digPointCost    = 1;
    }
 private void Awake()
 {
     Instance = this;
 }