9 lines
217 B
C#
9 lines
217 B
C#
namespace BingoBrain.HotFix
|
|
{
|
|
public static partial class BingoInfo
|
|
{
|
|
public const string NAME = "BingoInfo";
|
|
public const uint BASE = 0;
|
|
private static uint Cursor_BASE = BASE;
|
|
}
|
|
} |