9 lines
86 B
C#
9 lines
86 B
C#
using UnityEngine.UI;
|
|
|
|
namespace UIWidgets
|
|
{
|
|
public class TabButton : Button
|
|
{
|
|
}
|
|
}
|