예제 #1
0
 public void ProcessData(GSPacketIn packet)
 {
     if (m_game != null)
     {
         m_game.ProcessData(packet);
     }
 }