Searched defs:MonsterT (Results 1 – 6 of 6) sorted by relevance
12 type MonsterT struct { struct13 Pos *Vec3T14 Mana int1615 Hp int1616 Name string17 Inventory []byte18 Color Color19 Test *AnyT20 Test4 []*TestT21 Testarrayofstring []string[all …]
594 public class MonsterT class734 public MonsterT() { in MonsterT() method in MyGame.Example.MonsterT
807 class MonsterT(object): class
9 type MonsterT struct { struct12 func (t *MonsterT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {18 func (rcv *Monster) UnPackTo(t *MonsterT) {
42 public class MonsterT class45 public MonsterT() { in MonsterT() method in MyGame.Example2.MonsterT
31 class MonsterT(object): class