Rename toolbox references from ss14 to robust
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Content.Server.GameObjects;
|
||||
using Content.Shared.GameObjects;
|
||||
using SS14.Shared.Interfaces.GameObjects;
|
||||
using Robust.Shared.Interfaces.GameObjects;
|
||||
using System;
|
||||
|
||||
namespace Content.Server.Interfaces.GameObjects
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using Content.Server.GameObjects;
|
||||
using SS14.Shared.Interfaces.GameObjects;
|
||||
using Robust.Shared.Interfaces.GameObjects;
|
||||
using System.Collections.Generic;
|
||||
using SS14.Server.GameObjects.Components.Container;
|
||||
using SS14.Shared.Map;
|
||||
using Robust.Server.GameObjects.Components.Container;
|
||||
using Robust.Shared.Map;
|
||||
|
||||
namespace Content.Server.Interfaces.GameObjects
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using SS14.Shared.Interfaces.GameObjects;
|
||||
using Robust.Shared.Interfaces.GameObjects;
|
||||
|
||||
namespace Content.Server.Interfaces.GameObjects.Components.Movement
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using SS14.Shared.Interfaces.GameObjects;
|
||||
using Robust.Shared.Interfaces.GameObjects;
|
||||
|
||||
namespace Content.Server.Interfaces.GameObjects
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user