Mark interactions as obsolete (#3902)
This commit is contained in:
@@ -14,7 +14,10 @@ namespace Content.Shared.Interfaces.GameObjects.Components
|
||||
public interface IAttack
|
||||
{
|
||||
// Redirects to ClickAttack by default.
|
||||
[Obsolete("WideAttack")]
|
||||
bool WideAttack(AttackEventArgs eventArgs) => ClickAttack(eventArgs);
|
||||
|
||||
[Obsolete("Use ClickAttack instead")]
|
||||
bool ClickAttack(AttackEventArgs eventArgs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user