hero property

Implementation

GHeroNoVarsData_heroBuilder get hero =>
    _$this._hero ??= new GHeroNoVarsData_heroBuilder();
void hero=(GHeroNoVarsData_heroBuilder? hero)

Implementation

set hero(GHeroNoVarsData_heroBuilder? hero) => _$this._hero = hero;