13 lines
187 B
C#
13 lines
187 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
using WIFramework.UI;
|
|
|
|
public class Panel_VideoLayout : PanelBase
|
|
{
|
|
|
|
private void Awake()
|
|
{
|
|
}
|
|
}
|