Position.hx 86 B

123456
  1. package monaco;
  2. typedef Position = {
  3. var column : Int;
  4. var lineNumber : Int;
  5. }