Advertisement
SuperMeatBoy

Untitled

Jun 1st, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public void OnBuyClick()
  2. {
  3. _contexts.singletones.inAppManager.value.BuyPremium();
  4. }
  5.  
  6. public void OnShareClick()
  7. {
  8. ShareUtility.Share().Subscribe(_ => { }, e => Debug.LogException(e)).AddTo(gameObject);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement