CompositePositionPriority.lua 100 B

123456
  1. return {
  2. FIRST = 0,
  3. MOVING_PLATFORMS = 100,
  4. SPINNING_PLATFORMS = 200,
  5. LAST = 2000,
  6. }