1
0
mirror of synced 2024-11-14 17:33:49 +00:00
PettingZoo/Model/IConnection.cs
2016-06-18 16:50:32 +02:00

7 lines
79 B
C#

namespace PettingZoo.Model
{
public interface IConnection
{
}
}