调整目录结构
This commit is contained in:
75
Assets/Scripts/Model/Common/Enum/FishSpecies.cs
Normal file
75
Assets/Scripts/Model/Common/Enum/FishSpecies.cs
Normal file
@@ -0,0 +1,75 @@
|
||||
namespace NBF
|
||||
{
|
||||
public enum FishSpecies
|
||||
{
|
||||
BlackBullhead = 0,
|
||||
Perch = 1,
|
||||
SalmonSockeye = 2,
|
||||
TroutRainbow = 3,
|
||||
BassSmallmouth = 4,
|
||||
PerchYellow = 5,
|
||||
Asp = 6,
|
||||
CommonBarbel = 7,
|
||||
CommonBream = 8,
|
||||
BreamSilver = 9,
|
||||
Burbot = 10,
|
||||
CarpCommon = 11,
|
||||
CarpMirror = 12,
|
||||
CarpSezan = 13,
|
||||
CarpGrass = 14,
|
||||
CarpSilver = 15,
|
||||
CarpCrucian = 16,
|
||||
CarpPrussian = 17,
|
||||
CatfishChannel = 18,
|
||||
CatfishFlathead = 19,
|
||||
CatfishRedtail = 20,
|
||||
CatfishWels = 21,
|
||||
Chub = 22,
|
||||
EuropeanGrayling = 23,
|
||||
Ide = 24,
|
||||
PickerelChain = 25,
|
||||
PickerelGrass = 26,
|
||||
PickerelRedfin = 27,
|
||||
PikeAmur = 28,
|
||||
PikeNorthern = 29,
|
||||
PikeSoutherm = 30,
|
||||
PikeMuskellunge = 31,
|
||||
Roach = 32,
|
||||
Tench = 33,
|
||||
Zander = 34,
|
||||
BassLargemouth = 35,
|
||||
Bluegill = 36,
|
||||
Pumpkinseed = 37,
|
||||
AtlanticSalmon = 38,
|
||||
CommonBleak = 39,
|
||||
Huchen = 40,
|
||||
BrookTrout = 41,
|
||||
BrownTrout = 42,
|
||||
EuropeanBass = 43,
|
||||
AtlanticCod = 44,
|
||||
CrocodileNeedlefish = 45,
|
||||
EuropeanEel = 46,
|
||||
EuropeanFlounder = 47,
|
||||
Garfish = 48,
|
||||
EuropeanSeaSturgeon = 49,
|
||||
SeaTrout = 50,
|
||||
Beluga = 51,
|
||||
BaikalBlackGrayling = 52,
|
||||
ChumSalmon = 53,
|
||||
CohoSalmon = 54,
|
||||
PinkSalmon = 55,
|
||||
BarracudaGreat = 56,
|
||||
BarracudaYellowtail = 57,
|
||||
GrouperGiant = 58,
|
||||
GrouperMalabar = 59,
|
||||
LionfishRed = 60,
|
||||
MahiMahi = 61,
|
||||
SharkBlacktipReef = 62,
|
||||
SharkTiger = 63,
|
||||
SnapperGrey = 64,
|
||||
TreadfishIndian = 65,
|
||||
TrevallyGiant = 66,
|
||||
TunaYellowfin = 67,
|
||||
ZombieBass = 68
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Model/Common/Enum/FishSpecies.cs.meta
Normal file
3
Assets/Scripts/Model/Common/Enum/FishSpecies.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: da1c9ef59c57429083f79d8c2a1bec86
|
||||
timeCreated: 1742999162
|
||||
Reference in New Issue
Block a user