(client) feat:实现子弹定义 chore:将建筑碰撞体改为方形

This commit is contained in:
m0_75251201
2025-08-14 13:26:02 +08:00
parent 35924f3695
commit 12a4f9efaa
10 changed files with 287 additions and 10 deletions

View File

@ -10,6 +10,10 @@ namespace Entity
{
}
public override void TryMove()
{
}
protected override void UpdatePlayerControls()
{
if (Input.GetKeyDown(KeyCode.W))