public List<Npc> Npc { get; set; }
Public Property Npc As List(Of Npc) Get Set
public: property List<Npc^>^ Npc { List<Npc^>^ get (); void set (List<Npc^>^ value); }