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