添加指针

This commit is contained in:
2025-01-14 17:46:50 +08:00
parent e76840c5ce
commit ff05442c28
398 changed files with 29114 additions and 635 deletions
@@ -10,7 +10,7 @@ public class ChipModule : MonoBehaviour
{
private GameObject _chipModule;
private ChipData _chipData;
private ChipData _chipData = new();
private void Awake()
{
@@ -22,7 +22,6 @@ public class ChipModule : MonoBehaviour
}
// Start is called before the first frame update
public void RemoveChipModule()
{
if (_chipModule.activeInHierarchy)