a composite project of my example game for the nettgame framework, which is also a part of my Bachelor's thesis.
This repository contains the .fbs file which was compiled using the flatc program into the Java classes also contained within this repository.
This repository is not supposed to be used directly, as a separate project, and without a nettgame client or server, it provides next to no functionality of its own.
<!-- https://mvnrepository.com/artifact/com.google.flatbuffers/flatbuffers-java -->
<dependency>
<groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-java</artifactId>
<version>25.2.10</version>
</dependency>