FashionShowCommentItem.cs 333 B

123456789101112131415161718192021222324252627282930313233
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class FashionShowCommentItem : MonoBehaviour
  5. {
  6. #region Config
  7. #endregion
  8. private void Start()
  9. {
  10. }
  11. private void Update()
  12. {
  13. }
  14. #region UnitTest
  15. #if UNITY_EDITOR
  16. #endif
  17. #endregion
  18. }