refactor fish prepare for polymorphism

This commit is contained in:
2025-05-23 11:06:54 -04:00
parent dc560109b6
commit bd90e222ee
4 changed files with 76 additions and 64 deletions

View File

@@ -1,14 +1,9 @@
#pragma once
#include <string>
#include "../Entity.h"
#include <vector>
struct FishAsset {
std::vector<std::string> image;
std::vector<std::string> mask;
};
inline std::vector<FishAsset> fishAssetPairs = {
inline std::vector<AssetPair> fishAssetPairs = {
{
{
R"(???\)",