9 lines
186 B
C#
9 lines
186 B
C#
namespace Wino.Messaging.Enums
|
|
{
|
|
public enum MessageType
|
|
{
|
|
UIMessage, // For database changes that needs to be reflected in the UI.
|
|
ServerAction, //
|
|
}
|
|
}
|