UNPKG

homm3-parsers

Version:

Collection of binary parsers able to parse various file formats related to Heroes of Might and Magic III

8 lines (7 loc) 268 B
import { ScholarRaward } from '../contracts/enums/ScholarReward'; export declare const schoalrRewardEnum: { [ScholarRaward.Random]: number; [ScholarRaward.PrimarySkill]: number; [ScholarRaward.SecondarySkill]: number; [ScholarRaward.Spell]: number; };