mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-27 03:35:20 +00:00
4 lines
118 B
C#
4 lines
118 B
C#
|
namespace QSB.ItemSync.WorldObjects.Items
|
|||
|
{
|
|||
|
internal class QSBSimpleLanternItem : QSBItem<SimpleLanternItem> { }
|
|||
|
}
|