源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
230 B

  1. Config = Config or {}
  2. --聊天发送位置屏蔽以下场景传送
  3. -- Config.CantClickScene = {2,3,5,6,7,8,10,12,13,14,15,16}
  4. --聊天发送位置只有以下场景传送
  5. Config.LinkClickScene = Config.LinkClickScene or {0,1,4}