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

8 lines
105 B
C#

namespace VContainer.Unity
{
public interface IPostStartable
{
void PostStart();
}
}