Files
2026-04-07 04:51:37 +07:00

7 lines
113 B
C#

namespace VContainer.Unity
{
public interface IPostInitializable
{
void PostInitialize();
}
}