示例#1
0
 public StatBoostDefinition( BlessingType type, int cliloc, StatType stat, CheckForBalm hasBalm )
     : base(type, cliloc)
 {
     m_Stat = stat;
     m_HasBalm = hasBalm;
 }
示例#2
0
 public StatBoostDefinition(BlessingType type, int cliloc, StatType stat, CheckForBalm hasBalm)
     : base(type, cliloc)
 {
     m_Stat    = stat;
     m_HasBalm = hasBalm;
 }