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