Variable Unit.name

name of the unit

struct Unit
{
  // ...
  string name ;
  // ...
}