10 lines
118 B
C#
10 lines
118 B
C#
|
|
namespace ZXKFramework
|
|
{
|
|
public class ZhiXueKeEvent : IGameEvent
|
|
{
|
|
public string result;
|
|
}
|
|
}
|
|
|