예제 #1
0
 protected override void RaiseStatModified(IStatCollection <StatType> stats, StatType statType)
 {
 }
예제 #2
0
 public override List <Modifier> GetAllOfType(StatType statType)
 {
     return(new List <Modifier>(0));
 }
예제 #3
0
 public override bool Contains(StatType statType)
 {
     return(false);
 }
예제 #4
0
 public override void Clear(StatType statType)
 {
 }