feat: Add switch container functionality

This commit is contained in:
2026-04-15 21:05:17 +08:00
parent c3eb094fdc
commit 19faccd312
57 changed files with 782 additions and 75 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace OCES
{
public class ButtonInvoker : MonoBehaviour
{
public GameState targetGameState;
public TileMaterial targetGameState;
public bool enableLowpass;
Button m_button;