mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-05 09:19:12 -05:00
8 lines
157 B
C#
8 lines
157 B
C#
namespace NHSE.Sprites
|
|
{
|
|
public static class SpriteUtil
|
|
{
|
|
public static readonly ItemSpriteDrawer Items = new ItemSpriteDrawer();
|
|
}
|
|
}
|