Namespace: Drench.GamesAssembly: Drench (in Drench.exe) Version: 1.1.1.0 (1.1.1)
public TwoHumanNetworkGame(
MessagingSession session,
int width,
int height
)
public TwoHumanNetworkGame(
MessagingSession session,
int width,
int height
)
Public Sub New (
session As MessagingSession,
width As Integer,
height As Integer
)
Public Sub New (
session As MessagingSession,
width As Integer,
height As Integer
)
public:
TwoHumanNetworkGame(
MessagingSession^ session,
int width,
int height
)
public:
TwoHumanNetworkGame(
MessagingSession^ session,
int width,
int height
)
new :
session : MessagingSession *
width : int *
height : int -> TwoHumanNetworkGame
new :
session : MessagingSession *
width : int *
height : int -> TwoHumanNetworkGame