Skip to content

Commit

Permalink
chore: remove interruptguard
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Jun 26, 2024
1 parent 776a5b9 commit e302c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aplib.net-demo/Assets/Testing/AplibTests/GameplayTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
using Goal = Aplib.Core.Desire.Goals.Goal<Testing.AplibTests.GameplayBeliefSet>;
using GoalStructure = Aplib.Core.Desire.GoalStructures.GoalStructure<Testing.AplibTests.GameplayBeliefSet>;
using IGoalStructure = Aplib.Core.Desire.GoalStructures.IGoalStructure<Testing.AplibTests.GameplayBeliefSet>;
using InterruptGuard = System.Func<Testing.AplibTests.GameplayBeliefSet, bool>;
using PrimitiveTactic = Aplib.Core.Intent.Tactics.PrimitiveTactic<Testing.AplibTests.GameplayBeliefSet>;
using SequentialGoalStructure = Aplib.Core.Desire.GoalStructures.SequentialGoalStructure<Testing.AplibTests.GameplayBeliefSet>;
using Tactic = Aplib.Core.Intent.Tactics.Tactic<Testing.AplibTests.GameplayBeliefSet>;
Expand Down

0 comments on commit e302c99

Please sign in to comment.