Exemplo n.º 1
0
 public Effect(Stat s)
 {
     statistic = s;
 }
Exemplo n.º 2
0
        Stat statistic; //has an amount

        #endregion Fields

        #region Constructors

        public Defensive(Stat s)
        {
        }