This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
mochapine64backup/MoCha/Assets/SimpleAndroidNotifications/NotificationIcon.cs

12 lines
184 B
C#
Raw Normal View History

namespace Assets.SimpleAndroidNotifications
{
public enum NotificationIcon
{
Bell,
Clock,
Event,
Heart,
Message,
Star
}
}