예제 #1
0
 public uint GetAttr(E_AttributeType attributeType)
 {
     return(m_attriDict[attributeType]);
 }
예제 #2
0
 public void SetAttr(E_AttributeType attributeType, uint value)
 {
     m_attriDict[attributeType] = value;
 }