summaryrefslogtreecommitdiff
path: root/src/LightDirection.js
blob: 3d09c2bccad1a09558929b00fa9d5b1b0480381a (plain)
1
2
3
4
5
6
7
/**
 * Created by Victor Häggqvist on 1/14/16.
 */

export class LightDirection {}
LightDirection.LEFT = 1;
LightDirection.RIGHT = -1;