docs: reorder & testing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user