Name.hx 91 B

123456
  1. //Under GNU AGPL v3, see LICENCE
  2. package m.room;
  3. typedef Name = {
  4. var name: String;
  5. };