2025-09-26 00:21:07 +05:00

6 lines
101 B
C#

namespace Projectiles.UI
{
public class UIWeaponList : UIListBase<UIWeaponItem, UIWeapon>
{
}
}