8 lines
79 B
C#
8 lines
79 B
C#
|
|
namespace ZXKFramework
|
||
|
|
{
|
||
|
|
public interface IGameEvent
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|