Struct pill_engine::game::Sound [−][src]
Fields
name: String
path: PathBuf
sound_data: Option<SoundData>
Implementations
Trait Implementations
type Storage = ResourceStorage<Sound>
type Storage = ResourceStorage<Sound>
Defines the value type that corresponds to this PillTypeMapKey
.