Sign in
vanadium
/
release.projects.croupier
/
0a52166c6af96fc5cc5f003a75f1c442f6428124
/
.
/
lib
/
logic
/
solitaire
/
solitaire_phase.part.dart
blob: cf6718d9cd79bbb7163542255f5fe5bb5f5dadfe [
file
] [
log
] [
blame
]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
part of
solitaire
;
enum SolitairePhase
{
Deal
,
Play
,
Score
}