health property

  1. @TagNumber(1)
GameServer_Spec_Health health

Implementation

@$pb.TagNumber(1)
GameServer_Spec_Health get health => $_getN(0);
  1. @TagNumber(1)
void health=(GameServer_Spec_Health v)

Implementation

@$pb.TagNumber(1)
set health(GameServer_Spec_Health v) {
  setField(1, v);
}