This website requires JavaScript.
Explore
Help
Sign In
GitHub-Mirror
/
PettingZoo
Watch
1
Star
0
Fork
0
You've already forked PettingZoo
mirror of
synced
2024-11-15 01:33:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ccfde19d2d
PettingZoo
/
Connection
/
IConnectionInfoBuilder.cs
8 lines
127 B
C#
Raw
Normal View
History
Unescape
Escape
Changed Model namespace to Connection, moved bits out to Infrastructure Added Mock connection Fixed AutoScroll failing with high rate message flow
2016-07-12 14:57:24 +00:00
namespace
PettingZoo.Connection
Basic infrastructure
2016-06-18 14:50:32 +00:00
{
public
interface
IConnectionInfoBuilder
{
ConnectionInfo
Build
(
)
;
}
}
Reference in New Issue
Copy Permalink