提交内容

This commit is contained in:
Bob.Song
2026-03-10 18:00:53 +08:00
parent c338bf3e6b
commit 945ffe9861
5 changed files with 22 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Game\Map\" />
<Folder Include="Game\Map\Weather\" />
<Folder Include="Generate\ConfigTable\" />
<Folder Include="Generate\NetworkProtocol\" />
</ItemGroup>

View File

@@ -0,0 +1,11 @@
namespace NB.Game;
public class FishData
{
public int ConfigId;
/// <summary>
/// 0 - 10最小1最大
/// </summary>
public float Size;
}

View File

@@ -0,0 +1,6 @@
namespace NB.Game;
public class FishMaker
{
}

View File

@@ -4922,9 +4922,9 @@ namespace Fantasy
MessageObjectPool<ItemBindInfo>.Return(this);
}
[ProtoMember(1)]
public int Item { get; set; }
public long Item { get; set; }
[ProtoMember(2)]
public List<int> BindItems { get; set; } = new List<int>();
public List<long> BindItems { get; set; } = new List<long>();
}
/// <summary>
/// 物品信息