Exemplo n.º 1
0
 internal static List <MyGameInventoryItem> CheckItemData(byte[] checkData, out bool checkResult)
 {
     if (EnsureGameService())
     {
         return(m_gameServiceCache.CheckItemData(checkData, out checkResult));
     }
     checkResult = false;
     return(null);
 }