From 6158af99ad803d9e29096ee6f65026d5e0db0f1f Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 24 Apr 2022 15:59:07 +0800 Subject: *misc --- .../Assets/Scripts/Managers/PlayerManager_Decorations.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'SurvivalTest/Assets/Scripts/Managers/PlayerManager_Decorations.cs') diff --git a/SurvivalTest/Assets/Scripts/Managers/PlayerManager_Decorations.cs b/SurvivalTest/Assets/Scripts/Managers/PlayerManager_Decorations.cs index ce85849..3f1669a 100644 --- a/SurvivalTest/Assets/Scripts/Managers/PlayerManager_Decorations.cs +++ b/SurvivalTest/Assets/Scripts/Managers/PlayerManager_Decorations.cs @@ -5,6 +5,19 @@ using UnityEngine; public partial class PlayerManager : Singleton { + // µ±Ç°ÊÎÆ· + public List decorations { get { return m_Decorations; } } + private List m_Decorations = new List(); + void InitDecorations() + { + m_Decorations.Add(new Decoration_MystreyMask()); + m_Decorations.Add(new Decoration_PowerRing()); + } + + void UpdateDecorations() + { + + } } \ No newline at end of file -- cgit v1.1-26-g67d0