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
5cdf8903d4
PettingZoo
/
Model
/
IConnectionInfoBuilder.cs
8 lines
122 B
C#
Raw
Normal View
History
Unescape
Escape
Revert "Changed Model namespace to Connection, moved bits out to Infrastructure" This reverts commit ccfde19d2d0b53901bb3caf161e907b782e1671c.
2016-07-12 14:57:24 +00:00
namespace
PettingZoo.Model
Basic infrastructure
2016-06-18 14:50:32 +00:00
{
public
interface
IConnectionInfoBuilder
{
ConnectionInfo
Build
(
)
;
}
}
Reference in New Issue
Copy Permalink