예제 #1
0
 public SetMP(LKCamelot.model.Player play)
     : base(0x11)
 {
     m_Stream.Write(Util.checkUShort((uint)play.MPCur));
 }