6 lines
91 B
C#
6 lines
91 B
C#
using ZXKFramework;
|
|
public class ImageChangeEvent : IGameEvent
|
|
{
|
|
public int id;
|
|
}
|