Newer
Older
DungeonShooting / src / GameConfig.cs
@小李xl 小李xl on 17 May 2022 140 bytes 第一次提交

public static class GameConfig
{
    /// <summary>
    /// 
    /// </summary>
    public static readonly float ScatteringDistance = 300;
}