define(function() { function Detector() { } Detector.IDENTIFIER = { TILE: "tile", PLAYER: "player", PLAYER_HEAD: 'head', PLAYER_CHEST: 'chest', PLAYER_LEGS: 'legs', PLAYER_FOOT_SENSOR: 'footsensor' } return Detector; });