mirror of
https://github.com/Stone-Red-Code/StoneRed.LogicSimulator.git
synced 2026-09-06 07:55:57 +02:00
Create StoneRed.LogicSimulator.Api project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
|
||||
namespace StoneRed.LogicSimulator.Api.Interfaces;
|
||||
|
||||
internal interface IDrawable
|
||||
{
|
||||
Texture2D Texture { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user