Home | History | Annotate | Download | only in Example

Lines Matching defs:AddHp

194   public static void AddHp(FlatBufferBuilder builder, short hp) { builder.AddShort(2, hp, 100); }