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(); }