blob: c5ca2f1c32a6ab46e369a773709d7c42e9bcd7ad [file] [log] [blame]
// automatically generated by the FlatBuffers compiler, do not modify
import java.nio.*;
import java.lang.*;
import java.util.*;
import com.google.flatbuffers.*;
public class AttackerT {
private int swordAttackDamage;
public int getSwordAttackDamage() { return swordAttackDamage; }
public void setSwordAttackDamage(int swordAttackDamage) { this.swordAttackDamage = swordAttackDamage; }
public AttackerT() {
this.swordAttackDamage = 0;
}
}