mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-23 04:29:36 +08:00
Add ShowMessageType
This commit is contained in:
parent
19e39207db
commit
5341e1734a
@ -167,6 +167,20 @@ namespace Milimoe.FunGame.Core.Library.Constant
|
||||
CharacterStatistics
|
||||
}
|
||||
|
||||
public enum ShowMessageType
|
||||
{
|
||||
None,
|
||||
General,
|
||||
Tip,
|
||||
Warning,
|
||||
Error,
|
||||
YesNo,
|
||||
OKCancel,
|
||||
RetryCancel,
|
||||
Input,
|
||||
InputCancel
|
||||
}
|
||||
|
||||
public enum TimeType
|
||||
{
|
||||
None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user