This commit is contained in:
wulongxiao 2024-12-20 16:01:29 +08:00
parent 7ac2f8714f
commit 805e92e1b5

View File

@ -144,7 +144,5 @@ public class roomcontroller : MonoBehaviour
public async Task<bool> ActivationRoom()
{
return await miner_jiekou.instance.MiningActivate(this.RoomId);
}
}