namespace ACE.Server.Physics.Hooks { public enum PhysicsHookType { Scale = 0, Translucency = 1, PartTranslucency = 2, Luminosity = 3, Diffusion = 4, PartLuminosity = 5, PartDiffusion = 6, CallPES = 7, } }