// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) 
// Source File Name:   BoardState.java

package Scrabble;


// Referenced classes of package Scrabble:
//            BoardState

class PremiumInfo
{

    public PremiumInfo(int i, int j, int k)
    {
        _row = i;
        _col = j;
        _mod = k;
    }

    public int _row;
    public int _col;
    public int _mod;
}
