6 lines
81 B
C#
6 lines
81 B
C#
namespace KamiLib.Interfaces;
|
|
|
|
public interface IDrawable
|
|
{
|
|
void Draw();
|
|
} |