/// <summary> /// 실행중인 모든 NetworkChannel을 중지합니다. /// </summary> public static void StopNetwork() { NetworkChannel.Release(); }