2026-04-23 자잘한 버그 수정

This commit is contained in:
2026-04-23 12:14:35 +09:00
parent 5def29db20
commit b5d4950d0e
13 changed files with 338 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
using UnityEngine;
public interface ITransScenePossible
{
public void OnSceneLoaded();
}