mirror of
https://github.com/kwsch/pkNX.git
synced 2026-08-20 01:14:12 -05:00
Add SWSH camp item table fbs
This commit is contained in:
13
FlatBuffers/SWSH/Schemas/CampMonohiroiTable.fbs
Normal file
13
FlatBuffers/SWSH/Schemas/CampMonohiroiTable.fbs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace pkNX.Structures.FlatBuffers.SWSH;
|
||||
attribute "fs_serializer";
|
||||
|
||||
table CampMonohiroiEntry {
|
||||
Item:uint;
|
||||
Weight:uint;
|
||||
}
|
||||
|
||||
table CampMonohiroiTable (fs_serializer) {
|
||||
Table:[CampMonohiroiEntry] (required);
|
||||
}
|
||||
|
||||
root_type CampMonohiroiTable;
|
||||
@@ -1,2 +1,5 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<ItemGroup>
|
||||
<Content Remove="schemas\CampMonohiroiTable.fbs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user