Re-organize all projects (#4166)
This commit is contained in:
17
Content.Client/Strip/StrippableComponent.cs
Normal file
17
Content.Client/Strip/StrippableComponent.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Content.Shared.DragDrop;
|
||||
using Content.Shared.Strip.Components;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Client.Strip
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedStrippableComponent))]
|
||||
public class StrippableComponent : SharedStrippableComponent
|
||||
{
|
||||
public override bool Drop(DragDropEvent args)
|
||||
{
|
||||
// TODO: Prediction
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user