mirror of
https://github.com/Stone-Red-Code/StoneRed.LogicSimulator.git
synced 2026-09-06 16:05:59 +02:00
Some bug fixes and add IDrawable interface
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
|
||||
namespace StoneRed.LogicSimulator.Simulation.LogicGates.Interfaces;
|
||||
|
||||
internal interface IDrawable
|
||||
{
|
||||
Texture2D Texture { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user