Files
Foundry-Scrapping-API/internal/foundry/models/modules/pf2e.go
lbenedar d5577f10d7 init
2026-04-02 18:37:30 +03:00

13 lines
205 B
Go

package modules
type Pf2eModule struct {
settings Pf2eSettings
}
type Pf2eSettings struct {
showEffectPanel bool
showCheckDialogs bool
showDamageDialogs bool
monochromeDarkvision bool
}