コード例 #1
0
 public CastMsg(CastMsgType type, object attach)
 {
     mMsgType = type;
     mAttach  = attach;
 }
コード例 #2
0
 public CastMsg(CastMsgType type)
 {
     mMsgType = type;
 }