using System.Collections; using System.Collections.Generic; using UnityEngine; public class FashionShowCommentItem : MonoBehaviour { #region Config #endregion private void Start() { } private void Update() { } #region UnitTest #if UNITY_EDITOR #endif #endregion }