Skip to content

1.2.1

Latest

Choose a tag to compare

@CreatorMC CreatorMC released this 31 Jan 14:40
  1. 增加 @Controller 装饰器,可写到 UI 类的上方,使 UI 类能够监听事件。需要确保类有 Destroy 方法。
  2. 增加 SystemInfo.isClientThread() 方法,用于判断当前线程是否是客户端线程。
  3. 增加 SystemInfo.isServerThread() 方法,用于判断当前线程是否是服务端线程。