2021-04-12 10:37:20 +01:00

12 lines
148 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace QSB.ShipSync.Events
{
class HatchEvent
{
}
}