Avatarchik / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

Lidgren.Network.NetConstants.NetChannelsPerDeliveryMethod should be public #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is no any public constant which tells how much channels you can use.
You can just call NetClient.SendMessage and get exception if channel is invalid.

The NetChannelsPerDeliveryMethod constant should be declared public somewhere.

Original issue reported on code.google.com by NN1436...@gmail.com on 12 Jul 2010 at 3:21

GoogleCodeExporter commented 8 years ago
True; fixed in revision 67.

Original comment by lidg...@gmail.com on 13 Jul 2010 at 1:25

GoogleCodeExporter commented 8 years ago
The NetConstants class must be public to be accessed from other assembly.

Original comment by NN1436...@gmail.com on 14 Jul 2010 at 9:09

GoogleCodeExporter commented 8 years ago
Oops, fixed in revision 73

Original comment by lidg...@gmail.com on 14 Jul 2010 at 2:06