7 lines
94 B
C#

namespace Syntriax.Engine.Core;
public interface IUpdate : IBehaviour
{
void Update();
}