mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
Add missing services to enum
This commit is contained in:
parent
2806c1f081
commit
a60cc5e04b
@ -361,7 +361,12 @@ namespace Observatory.Framework.Files.ParameterTypes
|
|||||||
CarrierVendor = 1L << 32,
|
CarrierVendor = 1L << 32,
|
||||||
ModulePacks = 1L << 33,
|
ModulePacks = 1L << 33,
|
||||||
Livery = 1L << 34,
|
Livery = 1L << 34,
|
||||||
SocialSpace = 1L << 35
|
SocialSpace = 1L << 35,
|
||||||
|
Bartender = 1L << 36,
|
||||||
|
VistaGenomics = 1L << 37,
|
||||||
|
PioneerSupplies = 1L << 38,
|
||||||
|
ApexInterstellar = 1L << 39,
|
||||||
|
FrontlineSolutions = 1L << 40
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum TextChannel
|
public enum TextChannel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user