23 lines
216 B
C#
23 lines
216 B
C#
using System;
|
|
namespace PingPong.GameEngine
|
|
{
|
|
public class GameDefinition
|
|
{
|
|
public GameDefinition ()
|
|
{
|
|
#region Members
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
#region Properties
|
|
|
|
|
|
|
|
#endregion
|
|
}
|
|
}
|
|
}
|
|
|