예제 #1
0
 public void sendPacket(SendBaseGamePacket sp)
 {
     if (this._connection == null)
     {
         return;
     }
     this._connection.sendPacket(sp);
 }
예제 #2
0
        public void sendPacket(SendBaseGamePacket sp)
        {
            bool flag = this._connection != null;

            if (flag)
            {
                this._connection.sendPacket(sp);
            }
        }