切换主武器

This commit is contained in:
SoulliesOfficial
2025-12-23 19:47:06 -05:00
parent eaa688c7a9
commit 2a2aa728d5
275 changed files with 12579 additions and 2770 deletions

View File

@@ -21,6 +21,15 @@ namespace Cielonos.MainGame
{
Application.targetFrameRate = 60;
}
private void Update()
{
float frame = 1.0f / Application.targetFrameRate;
if (frame < 10f && Time.time > 5f)
{
//Debug.Break();
}
}
}
public partial class MainGameManager