1 // automatically generated by the FlatBuffers compiler, do not modify 2 3 import java.nio.*; 4 import java.lang.*; 5 import java.util.*; 6 import com.google.flatbuffers.*; 7 8 public class AttackerT { 9 private int swordAttackDamage; 10 getSwordAttackDamage()11 public int getSwordAttackDamage() { return swordAttackDamage; } 12 setSwordAttackDamage(int swordAttackDamage)13 public void setSwordAttackDamage(int swordAttackDamage) { this.swordAttackDamage = swordAttackDamage; } 14 15 AttackerT()16 public AttackerT() { 17 this.swordAttackDamage = 0; 18 } 19 } 20 21