AssistConfig.cs 256 B

1234567891011
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. namespace FSAssist {
  5. // 配置处
  6. public class AssistConfig {
  7. public static float RoleSpace = 1.5f; // 同阵营角色之间的距离
  8. }
  9. }