rise-and-swine/Assets/Scripts/Assembly-CSharp/NotificationButton.cs
2023-02-25 23:04:03 -05:00

8 lines
116 B
C#

using UnityEngine;
public class NotificationButton : MonoBehaviour
{
public void ToggleNotifications()
{
}
}