Guest User

Untitled

a guest
Dec 12th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. using UnityEngine;
  2.  
  3. public class AdMoment : MonoBehaviour {
  4. public string MomentName;
  5.  
  6. private void Start() {
  7. #if UNITY_ANDROID
  8. Kiip.saveMoment(MomentName);
  9. Kiip.showPoptart();
  10. #endif
  11. }
  12. }
Add Comment
Please, Sign In to add comment