Example #1
0
 public CastMsg(CastMsgType type, object attach)
 {
     mMsgType = type;
     mAttach  = attach;
 }
Example #2
0
 public CastMsg(CastMsgType type)
 {
     mMsgType = type;
 }