1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 10:13:31 +08:00

Minor refactoring

This commit is contained in:
2023-09-05 18:29:03 +08:00
parent a54ea58d71
commit 7f33c7c4fc
4 changed files with 6 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
using UnityEngine;
using UnityEngine.UI;
namespace Dustbin;
namespace Dustbin.UI;
// MyCheckBox modified from LSTM: https://github.com/hetima/DSP_LSTM/blob/main/LSTM/MyCheckBox.cs
public class MyCheckBox : MonoBehaviour