From 65ed53a40f990e895305ff17a5e48e3cd6b8785b Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 24 Oct 2020 17:30:07 +0800 Subject: =?UTF-8?q?*=E7=89=A9=E7=90=86=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Physics/PhysicsBody.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Assets/Scripts/Physics/PhysicsBody.cs') diff --git a/Assets/Scripts/Physics/PhysicsBody.cs b/Assets/Scripts/Physics/PhysicsBody.cs index ff5972b4..84a5fcb0 100644 --- a/Assets/Scripts/Physics/PhysicsBody.cs +++ b/Assets/Scripts/Physics/PhysicsBody.cs @@ -29,6 +29,10 @@ public sealed class PhysicsBody : MonoBehaviour { return m_Velocity; } + set + { + m_Velocity = value; + } } [SerializeField] -- cgit v1.1-26-g67d0