Skip to content

Commit

Permalink
classic post-push refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed Nov 2, 2023
1 parent 83c8df5 commit e4b1df1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion SCHIZO/Creatures/Components/CarryCreature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace SCHIZO.Creatures.Components;

/// <summary>Adapted from <see cref="CollectShiny"/></summary>
partial class CarryCreature : IOnTakeDamage
partial class CarryCreature : IOnTakeDamage, IOnMeleeAttack
{
private GetCarried target;
private bool targetPickedUp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace SCHIZO.Creatures.Components
{
public sealed partial class CarryCreature : CustomCreatureAction, IOnMeleeAttack
public sealed partial class CarryCreature : CustomCreatureAction
{
[SerializeField]
private EcoTargetType_All _ecoTargetType;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e4b1df1

Please sign in to comment.