ManagePlatforms.cs 206 B

123456789101112131415
  1. using UnityEngine;
  2. using System.Collections;
  3. namespace cn.sharesdk.unity3d.sdkporter
  4. {
  5. public class ManagePlatforms : MonoBehaviour
  6. {
  7. // Use this for initialization
  8. void Start ()
  9. {
  10. }
  11. }
  12. }