2026-04-23 자잘한 버그 수정
This commit is contained in:
6
Assets/02_Scripts/ITransPossible.cs
Normal file
6
Assets/02_Scripts/ITransPossible.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public interface ITransScenePossible
|
||||
{
|
||||
public void OnSceneLoaded();
|
||||
}
|
||||
Reference in New Issue
Block a user