7 lines
113 B
C#

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