(client) feat:实现子弹定义 chore:将建筑碰撞体改为方形
This commit is contained in:
@ -10,6 +10,10 @@ namespace Entity
|
||||
{
|
||||
}
|
||||
|
||||
public override void TryMove()
|
||||
{
|
||||
}
|
||||
|
||||
protected override void UpdatePlayerControls()
|
||||
{
|
||||
if (Input.GetKeyDown(KeyCode.W))
|
||||
|
Reference in New Issue
Block a user