Skip to content

Commit

Permalink
Force rebuild kozamauka navmesh to account for new aetheryte.
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Nov 17, 2024
1 parent fd55441 commit 0bdc63e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vnavmesh/Customizations/Z1188Kozamauka.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace Navmesh.Customizations;

[CustomizationTerritory(1188)]
class Z1188Kozamauka : NavmeshCustomization
{
public override int Version => 1;
}

0 comments on commit 0bdc63e

Please sign in to comment.