Error while compiling BuildingSkins: 'BasePlayer' does not contain a definition for 'LastBlockColourChangeId' and no accessible extension method 'LastBlockColourChangeId' accepting a first argument of type 'BasePlayer' could be found (are you missing a using directive or an assembly reference?) | Line: 123, Pos: 20
"
}
player.LastBlockColourChangeId = data.RandomColor ? player.LastBlockColourChangeId : data.Color;
}
"
Error | Line: 123, Pos: 20
Same problem
me too