Beispiel #1
0
        public void Initialize()
        {
            if (adapter == null)
            {
                GamebaseLog.Debug(GamebaseStrings.PURCHASE_ADAPTER_NOT_FOUND, this);
                return;
            }

            adapter.Initialize();
        }