Skip to content

Commit

Permalink
Starts Wildlife Warrior set bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
shnakamura committed Sep 10, 2024
1 parent 88c58a0 commit 825fd2d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Aurora/Content/Items/Wildlife/WildWarriorPlayer.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace Aurora.Content.Items.Wildlife;

public class WildWarriorPlayer
{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace Aurora.Content.Items.Wildlife;

public class WildWarriorPlayerRenderer
{

}
3 changes: 3 additions & 0 deletions src/Aurora/Core/Graphics/SpriteBatchSnapshot.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
namespace Aurora.Core.Graphics;

public record SpriteBatchSnapshot();
6 changes: 6 additions & 0 deletions src/Aurora/Utilities/_Extensions/SpriteBatchExtensions.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace Aurora.Utilities;

public class SpriteBatchExtensions
{

}

0 comments on commit 825fd2d

Please sign in to comment.