RolePlayingCore icon indicating copy to clipboard operation
RolePlayingCore copied to clipboard

Role playing game core logic in the Swift language.

Results 2 RolePlayingCore issues
Sort by recently updated
recently updated
newest added

UnitCurrency requires being initialized from load() in order to allow customization for domain-specific currency (D&D 'coinage', space/future 'credits', etc.), but this means that baseUnit() can't return an unwrapped default currency...

bug