Inheritance: Packet
示例#1
0
文件: Packets.cs 项目: Telm/RunUO_EME
        public static void Release( ref OPLInfo p )
        {
            if ( p != null )
                p.Release();

            p = null;
        }