14 lines
259 B
C#
14 lines
259 B
C#
|
|
using System.Collections.Generic;
|
||
|
|
|
||
|
|
namespace BingoBrain
|
||
|
|
{
|
||
|
|
public class Out101Model : BingoBrainConfigModel<Out101>
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
public class Out101 : BingoBrainConfigData
|
||
|
|
{
|
||
|
|
public int[] totalCoin;
|
||
|
|
public int[] coinRange;
|
||
|
|
}
|
||
|
|
}
|