using UnityEngine; using System.Collections; public enum NotificationType { RollerActive, StartTimer, RollerDeactive, GameOver, GameStart, SetMale, SetFemale, GameWin };