PingPong/PingPong.GameEngine/GameDefinition.cs

23 lines
216 B
C#
Raw Permalink Normal View History

2019-11-08 03:33:41 -06:00
using System;
namespace PingPong.GameEngine
{
public class GameDefinition
{
public GameDefinition ()
{
#region Members
#endregion
#region Properties
#endregion
}
}
}