explicit interface go brrrr
This commit is contained in:
@@ -4,6 +4,7 @@ using Content.Server.GameObjects.Components.Construction;
|
||||
using Content.Shared.Construction;
|
||||
using JetBrains.Annotations;
|
||||
using Robust.Shared.Interfaces.GameObjects;
|
||||
using Robust.Shared.Interfaces.Serialization;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Server.Construction.Completions
|
||||
@@ -11,7 +12,7 @@ namespace Content.Server.Construction.Completions
|
||||
[UsedImplicitly]
|
||||
public class AddContainer : IGraphAction
|
||||
{
|
||||
public void ExposeData(ObjectSerializer serializer)
|
||||
void IExposeData.ExposeData(ObjectSerializer serializer)
|
||||
{
|
||||
serializer.DataField(this, x => x.Container, "container", null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user