7 lines
74 B
C#
7 lines
74 B
C#
|
|
namespace UniFramework.Event
|
|
{
|
|
public interface IEventMessage
|
|
{
|
|
}
|
|
} |