- using Microsoft.Xna.Framework.Net;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Microsoft.Xna.Framework.GamerServices
- {
- public class NetworkNotAvailableException : NetworkException
- {
- }
- }
|