7 lines
96 B
C#
7 lines
96 B
C#
namespace Syntriax.Engine.Core;
|
|
|
|
public interface IPreDraw : IBehaviour
|
|
{
|
|
void PreDraw();
|
|
}
|