0.3.2.1 누락요소 추가

This commit is contained in:
NTG_Lenovo 2024-10-22 21:44:27 +09:00
parent 86036c4408
commit 05e75346b6

View File

@ -14,6 +14,8 @@ namespace BlueWater.Items
protected virtual void OnEnable()
{
if (!Application.isPlaying) return;
InitializeDictionary();
}