Ejemplo n.º 1
0
 private string formatType(int index, ISerializableObject serializableObject)
 {
     return(string.Format("newGameObject{0}.Type = '{1}'\n", index, serializableObject.GetObjectInformation().GetObjectType()));
 }