This commit is contained in:
Mister_Nebula 2021-02-26 22:26:17 +00:00
parent c5ce51e039
commit b89f24d925
5 changed files with 8 additions and 14 deletions

View File

@ -2,7 +2,6 @@
using QSB.ItemSync.WorldObjects;
using QSB.Utility;
using QSB.WorldSync;
using System.Collections.Generic;
using UnityEngine;
namespace QSB.ItemSync

View File

@ -1,11 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace QSB.ItemSync.WorldObjects
namespace QSB.ItemSync.WorldObjects
{
class QSBSharedStone : QSBOWItem<SharedStone>
internal class QSBSharedStone : QSBOWItem<SharedStone>
{
public override void Init(SharedStone attachedObject, int id)
{

View File

@ -1,6 +1,6 @@
namespace QSB.ItemSync.WorldObjects
{
class QSBSharedStoneSocket : QSBOWItemSocket<SharedStoneSocket>
internal class QSBSharedStoneSocket : QSBOWItemSocket<SharedStoneSocket>
{
public override void Init(SharedStoneSocket attachedObject, int id)
{

View File

@ -1,6 +1,6 @@
namespace QSB.QuantumSync.WorldObjects
{
class QSBQuantumMoon : QSBQuantumObject<QuantumMoon>
internal class QSBQuantumMoon : QSBQuantumObject<QuantumMoon>
{
public override void Init(QuantumMoon moonObject, int id)
{