From c83b9abffe8988f9322a027b7fefd68e7f3fa6ba Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 18 Oct 2020 00:48:13 +0800 Subject: =?UTF-8?q?+dash=20=E5=8A=A8=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Input/InputManager.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Assets/Scripts/Input/InputManager.cs') diff --git a/Assets/Scripts/Input/InputManager.cs b/Assets/Scripts/Input/InputManager.cs index 771032a8..f24a3efa 100644 --- a/Assets/Scripts/Input/InputManager.cs +++ b/Assets/Scripts/Input/InputManager.cs @@ -5,6 +5,13 @@ using UnityEngine; public class InputManager : Singleton { private List m_CommandRecord; + public List CommandRecord + { + get + { + return m_CommandRecord; + } + } private readonly int kCommandRecords = 10; // 本帧内的指令,会在下一帧被清空 -- cgit v1.1-26-g67d0