Skip to content

Commit

Permalink
Remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 14, 2024
1 parent 1d539ec commit 90a36db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
29 changes: 0 additions & 29 deletions Fika.Core/Coop/BotClasses/BotMovementContext.cs

This file was deleted.

6 changes: 0 additions & 6 deletions Fika.Core/Coop/Players/CoopBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ public override void ConnectSkillManager()
// Do nothing
}

public override void CreateMovementContext()
{
LayerMask movement_MASK = EFTHardSettings.Instance.MOVEMENT_MASK;
MovementContext = BotMovementContext.Create(this, GetBodyAnimatorCommon, GetCharacterControllerCommon, movement_MASK);
}

public override void OnBeenKilledByAggressor(IPlayer aggressor, DamageInfoStruct damageInfo, EBodyPart bodyPart, EDamageType lethalDamageType)
{
base.OnBeenKilledByAggressor(aggressor, damageInfo, bodyPart, lethalDamageType);
Expand Down

0 comments on commit 90a36db

Please sign in to comment.