Newer
Older
DungeonShooting / src / GameConfig.cs
@小李xl 小李xl on 17 May 2022 140 bytes 第一次提交
  1.  
  2. public static class GameConfig
  3. {
  4. /// <summary>
  5. ///
  6. /// </summary>
  7. public static readonly float ScatteringDistance = 300;
  8. }