コード例 #1
0
 public int writeToBuff(ref Network.NetOutputBuffer buff)
 {
     buff.WriteByte(m_World);
     buff.WriteByte(m_Server);
     buff.WriteInt(m_Serial);
     return(getSize());
 }
コード例 #2
0
 public Int32 writeToBuff(ref Network.NetOutputBuffer buff)
 {
     throw new Exception("The method or operation is not implemented.");
 }