Rename Classname
This commit is contained in:
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System;
|
||||
|
||||
[System.Serializable]
|
||||
public class Properties {
|
||||
public class AtomeProps {
|
||||
public string yeardiscovered;
|
||||
public string atomicmass;
|
||||
public string standardstate;
|
||||
@ -25,7 +25,7 @@ public class AtomeInformation
|
||||
public string name;
|
||||
public int protons;
|
||||
public int neutrons;
|
||||
public Properties properties;
|
||||
public AtomeProps properties;
|
||||
public Representation representation;
|
||||
}
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
"named_by": "Antoine Lavoisier"
|
||||
},
|
||||
"representation": {
|
||||
"color": "##ffffff"
|
||||
"color": "#ffffff"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -33,7 +33,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##d9ebf7"
|
||||
"color": "#d9ebf7"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -51,7 +51,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##cc80ff"
|
||||
"color": "#cc80ff"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -69,7 +69,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##d9ffb3"
|
||||
"color": "#d9ffb3"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -87,7 +87,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##ff6666"
|
||||
"color": "#ff6666"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -105,7 +105,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##666666"
|
||||
"color": "#666666"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -123,7 +123,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##4d4dff"
|
||||
"color": "#4d4dff"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -141,7 +141,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##ff4d4d"
|
||||
"color": "#ff4d4d"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -159,7 +159,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##99ffcc"
|
||||
"color": "#99ffcc"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -177,7 +177,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##b3b3cc"
|
||||
"color": "#b3b3cc"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -195,7 +195,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##ffcc99"
|
||||
"color": "#ffcc99"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -213,7 +213,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##b3b3cc"
|
||||
"color": "#b3b3cc"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -231,7 +231,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##999999"
|
||||
"color": "#999999"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -249,7 +249,7 @@
|
||||
"named_by": "Thomas Thomson"
|
||||
},
|
||||
"representation": {
|
||||
"color": "##ffcc66"
|
||||
"color": "#ffcc66"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -267,7 +267,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##cc6666"
|
||||
"color": "#cc6666"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -285,7 +285,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##d9ff66"
|
||||
"color": "#d9ff66"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -303,7 +303,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##66ff66"
|
||||
"color": "#66ff66"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -321,7 +321,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##b3b3cc"
|
||||
"color": "#b3b3cc"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -339,7 +339,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##ff9966"
|
||||
"color": "#ff9966"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -357,7 +357,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##99ccff"
|
||||
"color": "#99ccff"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -375,7 +375,7 @@
|
||||
"named_by": null
|
||||
},
|
||||
"representation": {
|
||||
"color": "##e6e6e6"
|
||||
"color": "#e6e6e6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -393,7 +393,7 @@
|
||||
"named_by": "Martin Heinrich Klaproth"
|
||||
},
|
||||
"representation": {
|
||||
"color": "##b3b3cc"
|
||||
"color": "#b3b3cc"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -411,7 +411,7 @@
|
||||
"named_by": "Nils Gabriel Sefström"
|
||||
},
|
||||
"representation": {
|
||||
"color": "##99ffcc"
|
||||
"color": "#99ffcc"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user