mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-10 07:14:27 +00:00
namespaces in QSB proj
This commit is contained in:
parent
c2b348ba3a
commit
36bf53b3c3
@ -2,7 +2,7 @@
|
||||
using QSB.Messaging;
|
||||
using QSB.Player;
|
||||
|
||||
namespace QSB.Animation
|
||||
namespace QSB.Animation.Events
|
||||
{
|
||||
public class PlayerSuitEvent : QSBEvent<ToggleMessage>
|
||||
{
|
||||
|
@ -3,6 +3,7 @@ using QSB.Player;
|
||||
using QSB.Utility;
|
||||
using QSB.WorldSync;
|
||||
using System.Collections.Generic;
|
||||
using QSB.Patches;
|
||||
using UnityEngine;
|
||||
|
||||
namespace QSB.ConversationSync
|
||||
|
@ -1,5 +1,6 @@
|
||||
using QSB.Events;
|
||||
using System.Linq;
|
||||
using QSB.Patches;
|
||||
|
||||
namespace QSB.DeathSync
|
||||
{
|
||||
|
@ -1,5 +1,6 @@
|
||||
using OWML.ModHelper.Events;
|
||||
using QSB.Events;
|
||||
using QSB.Patches;
|
||||
|
||||
namespace QSB.ElevatorSync
|
||||
{
|
||||
|
@ -1,4 +1,5 @@
|
||||
using QSB.Events;
|
||||
using QSB.Patches;
|
||||
using QSB.WorldSync;
|
||||
using UnityEngine;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
namespace QSB
|
||||
namespace QSB.Patches
|
||||
{
|
||||
public abstract class QSBPatch
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
namespace QSB
|
||||
namespace QSB.Patches
|
||||
{
|
||||
public enum QSBPatchTypes
|
||||
{
|
||||
|
@ -1,4 +1,5 @@
|
||||
using OWML.ModHelper.Events;
|
||||
using QSB.Patches;
|
||||
|
||||
namespace QSB.TimeSync
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user