示例#1
0
 private bool IsThisProperty(CCBCharacterPropertyTemplate property)
 {
     return(m_name == property.Name);
 }
示例#2
0
 public CCBCharacterProperty(CCBCharacterPropertyTemplate template) : base(template)
 {
     m_value = "";
 }