I keep getting the <identifier> expected error and I don't know why.
Player = getOneObjectAtOffset(0,0,Player.class);
Campus campus = (Campus) getWorld();
if(Player !=null){
campus.removeObject(Player);
That is the code in question, im trying to get the class which this code is in to remove the player when touching.