11 lines
153 B
C#
11 lines
153 B
C#
|
|
using System.Collections.Generic;
|
||
|
|
|
||
|
|
|
||
|
|
namespace BingoBrain
|
||
|
|
{
|
||
|
|
|
||
|
|
public class PlayData
|
||
|
|
{
|
||
|
|
public Dictionary<string, object> data;
|
||
|
|
}
|
||
|
|
}
|