Module

RMRK.Primitives.Part

Package
purescript-rmrk-parser
Repository
rmrk-team/purescript-rmrk-parser

#Part Source

type Part = { equippable :: Maybe Equippable, id :: PartId, src :: Maybe String, themable :: Maybe Boolean, type :: PartType, z :: Maybe Int }

#slotsym Source

slotsym :: SProxy "slot"

#fixedsym Source

fixedsym :: SProxy "fixed"

#partTypeToString Source