mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
6 lines
75 B
C#
6 lines
75 B
C#
namespace GlitchyEngine.Graphics;
|
|
|
|
public class Texture : Asset
|
|
{
|
|
|
|
} |