コード例 #1
0
 public DE_Status(DO_Status sDo)
 {
     m_id     = sDo.m_statusId;
     m_type   = sDo.m_type;
     m_isBuff = sDo.m_isBuff;
 }