init
This commit is contained in:
12
internal/foundry/models/modules/pf2e.go
Normal file
12
internal/foundry/models/modules/pf2e.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package modules
|
||||
|
||||
type Pf2eModule struct {
|
||||
settings Pf2eSettings
|
||||
}
|
||||
|
||||
type Pf2eSettings struct {
|
||||
showEffectPanel bool
|
||||
showCheckDialogs bool
|
||||
showDamageDialogs bool
|
||||
monochromeDarkvision bool
|
||||
}
|
||||
Reference in New Issue
Block a user