using System.Collections; using System.Collections.Generic; using UnityEngine; public class StaticDataReset { public static void StaticDatasReseted() { Lobby.LobbyReset(); CurrentUserInfo.CurrentUserInfoReset(); } }