LeviLamina
Loading...
Searching...
No Matches
NotificationDuration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class NotificationDuration : int {
6 ThreeSeconds = 0,
7 TenSeconds = 1,
8 ThirtySeconds = 2,
9};