자원 채집 및 반환 기능

텍스트 기능 및 폰트 추가
This commit is contained in:
2026-01-26 02:29:07 +09:00
parent 33bd90658a
commit aa086a7a2b
108 changed files with 286005 additions and 191 deletions

View File

@@ -439,7 +439,7 @@ namespace Northbound
}
private void OnDestroy()
override public void OnDestroy()
{
DestroyPreview();
@@ -447,6 +447,8 @@ namespace Northbound
{
_inputActions.Dispose();
}
base.OnDestroy();
}
}
}