- using System.Collections.Generic;
- using UnityEngine;
- using UnityEngine.UI;
- namespace ET.Client
- {
- [ComponentOf(typeof(UI))]
- public class UIShareComponent : Entity, IAwake
- {
- public GameObject friendShareBtn;
- public GameObject wechatShareBtn;
- public GameObject clickBtn;
- }
- }
|