Consts.hx 73 B

12345
  1. package consts;
  2. class Consts {
  3. public static var str:String = "TEST";
  4. }