8 lines
111 B
C#
8 lines
111 B
C#
namespace VContainer.Unity
|
|
{
|
|
public interface IPostLateTickable
|
|
{
|
|
void PostLateTick();
|
|
}
|
|
}
|