declare module y3.Const { const enum SfxRotateType { ['FOLLOW_SOCKET'] = 0, ['FOLLOW_MODEL'] = 1, ['NOT_FOLLOW'] = 2, } }