refactor: update & draw calls have been refactored into systems
This commit is contained in:
6
Engine.Core/Systems/Abstract/IFirstFrameUpdate.cs
Normal file
6
Engine.Core/Systems/Abstract/IFirstFrameUpdate.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Syntriax.Engine.Core;
|
||||
|
||||
public interface IFirstFrameUpdate : IBehaviour
|
||||
{
|
||||
void FirstActiveFrame();
|
||||
}
|
Reference in New Issue
Block a user