mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-04 03:39:55 +00:00
14 lines
225 B
C#
14 lines
225 B
C#
using OWML.ModHelper.Events;
|
|
using QSB.Events;
|
|
|
|
namespace QSB.OrbSync
|
|
{
|
|
public static class OrbSlotPatches
|
|
{
|
|
public static bool CheckOrbCollisionSkip()
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|