Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: fixed the sorcecode link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Mar 17, 2023
1 parent 86f9c68 commit 6052836
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions RotationSolver.Extra/Magical/BLU_Extra.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
namespace RotationSolver.Default.Magical;

[SourceCode("https://github.com/ArchiDog1998/RotationSolver/blob/main/RotationSolver.Default/Magical/BLU_Simplify.cs")]
public class BLU_Simplify : BLU_Base
[SourceCode("https://github.com/ArchiDog1998/RotationSolver/blob/main/RotationSolver.Extra/Magical/BLU_Extra.cs")]
public class BLU_Extra : BLU_Base
{
public override string GameVersion => "6.3";

public override string RotationName => "Simplify";
public override string RotationName => "Extra";

public override string Description => "This is a simplfied version for me (ArchiTed) using, \nwhich doesn't contain all actions.";
public override string Description => "This is a simplified version for me (ArchiTed) using, \nwhich doesn't contain all actions.";

protected override bool AttackAbility(byte abilitiesRemaining, out IAction act)
{
Expand Down
1 change: 0 additions & 1 deletion RotationSolver.Extra/RotationSolver.Extra.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@

<ItemGroup>
<Folder Include="Healer\" />
<Folder Include="Magical\" />
<Folder Include="Melee\" />
<Folder Include="Tank\" />
<Folder Include="Ranged\" />
Expand Down
1 change: 1 addition & 0 deletions RotationSolver.Old/Melee/MNK_Old.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace RotationSolver.Old.Melee;

[RotationDesc(ActionID.RiddleofFire)]
[SourceCode("https://github.com/ArchiDog1998/RotationSolver/blob/main/RotationSolver.Old/Melee/MNK_Old.cs")]
internal sealed class MNK_Old : MNK_Base
{
public override string GameVersion => "6.0";
Expand Down

0 comments on commit 6052836

Please sign in to comment.