Following method have changed from:
player.SendFullSnapshot();
to
player.SendSubscribedGroupsSnapshot();
Simply changing this will fix compiling.
Following method have changed from:
player.SendFullSnapshot();
to
player.SendSubscribedGroupsSnapshot();
Simply changing this will fix compiling.
hi, ok thanks!