Skip to content

Commit 4778051

Browse files
committed
fix build
1 parent e931346 commit 4778051

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AquaMai.Mods/GameSystem/ExclusiveTouch/PdxTouch.cs renamed to AquaMai.Mods/GameSystem/PdxTouch.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
using System;
22
using AquaMai.Config.Attributes;
3+
using AquaMai.Mods.GameSystem.ExclusiveTouch;
34
using LibUsbDotNet.Main;
45

5-
namespace AquaMai.Mods.GameSystem.ExclusiveTouch;
6+
namespace AquaMai.Mods.GameSystem;
67

7-
[ConfigCollapseNamespace]
88
[ConfigSection("PDX 独占触摸")]
99
public class PdxTouch
1010
{
1111
[ConfigEntry("触摸体积半径", zh: "基准是 1440x1440")]
12-
public static readonly int radius;
12+
public static readonly int radius = 30;
1313

1414
[ConfigEntry("1P 序列号", zh: "如果要组 2P,请在这里指定对应的序列号。否则将自动使用第一个检测到的设备作为 1P")]
1515
public static readonly string serial1p;

0 commit comments

Comments
 (0)