Mark interactions as obsolete (#3902)
This commit is contained in:
@@ -12,6 +12,7 @@ namespace Content.Shared.Interfaces.GameObjects.Components
|
||||
[RequiresExplicitImplementation]
|
||||
public interface IDropped
|
||||
{
|
||||
[Obsolete("Use DroppedMessage instead")]
|
||||
void Dropped(DroppedEventArgs eventArgs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user