docs: reorder & testing

This commit is contained in:
Ilia Denisov
2026-05-07 00:58:53 +03:00
committed by GitHub
parent f446c6a2ac
commit 604fe40bcf
148 changed files with 9150 additions and 2757 deletions
+3 -1
View File
@@ -4,6 +4,8 @@ package report
import (
flatbuffers "github.com/google/flatbuffers/go"
common "galaxy/schema/fbs/common"
)
type Report struct {
@@ -229,7 +231,7 @@ func (rcv *Report) OtherShipClassLength() int {
return 0
}
func (rcv *Report) Battle(obj *UUID, j int) bool {
func (rcv *Report) Battle(obj *common.UUID, j int) bool {
o := flatbuffers.UOffsetT(rcv._tab.Offset(30))
if o != 0 {
x := rcv._tab.Vector(o)