Beispiel #1
0
 public MSCVariable(MSCFunction value, MSCVariableScope variableType, byte unk, byte id)
 {
     _value  = value;
     Unk     = unk;
     ID      = ID;
     VarType = variableType;
 }
Beispiel #2
0
 public MSCVariable(MSCConstant value, MSCVariableScope variableType, byte unk, byte id)
 {
     _value  = value;
     Unk     = unk;
     ID      = ID;
     VarType = variableType;
 }