void LateUpdate() { if (didAbort) { return; } didAbort = true; client.Reset(); SkillzCrossPlatform.AbortMatch(); }
public void Abort() { SkillzCrossPlatform.AbortMatch(); }