Skip to content
Extraits de code Groupes Projets
Valider 117f7247 rédigé par 's avatar
Parcourir les fichiers

added Traits class

parent 66d80339
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Assets.CODE
{
class Traits
{
private string type;
private string pound;
private string effect;
private string group;
private List<string> condition;
private string legacy;
private string education;
public string Type
{
get
{
return type;
}
set
{
type = value;
}
}
public string Pound
{
get
{
return pound;
}
set
{
pound = value;
}
}
public string Effect
{
get
{
return effect;
}
set
{
effect = value;
}
}
public string Group
{
get
{
return group;
}
set
{
group = value;
}
}
public List<string> Condition
{
get
{
return condition;
}
set
{
condition = value;
}
}
public string Legacy
{
get
{
return legacy;
}
set
{
legacy = value;
}
}
public string Education
{
get
{
return education;
}
set
{
education = value;
}
}
}
}
{
"process_id" : 13720,
"version" : "2017.1.1f1"
}
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter