7 lines
102 B
C#

namespace Syntriax.Engine.Core;
public interface IPostUpdate : IBehaviour
{
void PostUpdate();
}