Ejemplo n.º 1
0
    void Start()
    {
        // Determine board pos to the best of our ability
        //
        Vector3 tpos = transform.position;

        pos = new Coord((int)tpos.x, (int)tpos.y);

        currentStats = defaultStats.Clone();
    }