Exemple #1
0
 internal Symbol(int id, E3ObjectFabric e3ObjectFabric)
 {
     symbol = e3ObjectFabric.GetSymbol(id);
     isAreaGot = false;
     isLocationVariablesSet = false;
 }