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