MaplyParticleSystemType

Objective-C

NS_ENUM(NSInteger, MaplyParticleSystemType) {
	MaplyParticleSystemTypePoint,
	MaplyParticleSystemTypeRectangle,
}

Swift

enum MaplyParticleSystemType : Int

Undocumented