mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 09:35:26 +00:00
12 lines
153 B
C#
12 lines
153 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace QSB.ItemSync.Events
|
|
{
|
|
class SocketItemEvent
|
|
{
|
|
}
|
|
}
|