Opciones públicas básicas de Unity
public int intname; //full numbers : 1 2 3
public float floatname; //not fool numbers: 2.4 5.5 6267.1554
public bool boolname; // yes/no
public sting stringname; //words : "daad" "dadagrfeg" d
Elated Earthworm