blob: c5ca2f1c32a6ab46e369a773709d7c42e9bcd7ad [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3import java.nio.*;
4import java.lang.*;
5import java.util.*;
6import com.google.flatbuffers.*;
7
8public class AttackerT {
9 private int swordAttackDamage;
10
11 public int getSwordAttackDamage() { return swordAttackDamage; }
12
13 public void setSwordAttackDamage(int swordAttackDamage) { this.swordAttackDamage = swordAttackDamage; }
14
15
16 public AttackerT() {
17 this.swordAttackDamage = 0;
18 }
19}
20