Skip to content

Commit

Permalink
Add types back..
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Oct 24, 2024
1 parent 5cb327b commit c953abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DeprecatedV1Messages.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ attribute "fs_serializer";
namespace OpenShock.Serialization.Deprecated.DoNotUse.V1;

struct ShockerCommand {
model:uint8;
model:Types.ShockerModelType;
id:uint16;
type:uint8;
type:Types.ShockerCommandType;
intensity:uint8;
duration:uint16;
}
Expand Down
2 changes: 1 addition & 1 deletion OpenShock.Serialization.Flatbuffers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageTags>openshock</PackageTags>
<PackageProjectUrl>https://openshock.org</PackageProjectUrl>
<RepositoryUrl>https://github.com/OpenShock/flatbuffers-schemas</RepositoryUrl>
<Version>2.0.0-preview.2</Version>
<Version>2.0.0-preview.4</Version>
<AssemblyVersion>2.0.0</AssemblyVersion>
<Company>OpenShock</Company>
<RootNamespace>OpenShock.Serialization.Flatbuffers</RootNamespace>
Expand Down

0 comments on commit c953abb

Please sign in to comment.