8 lines
85 B
C#
8 lines
85 B
C#
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
public class OptionsPopup : PopupBase
|
|
{
|
|
|
|
}
|