Remove NetMessage deprecated boilerplate (#4196)
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Content.Shared.Nutrition.Components
|
||||
[DataField("meat")]
|
||||
private string? _meatPrototype;
|
||||
|
||||
public bool CanDrop(CanDropEvent args)
|
||||
bool IDraggable.CanDrop(CanDropEvent args)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user