public static GenNpc Load(KmlNode Node) { GenNpc genNpc = new GenNpc(); genNpc.Index = Node.SelectSingleNode("index").Values[1].ValueAsInt; return genNpc; }