Sign in
vanadium
/
release.projects.croupier
/
0a52166c6af96fc5cc5f003a75f1c442f6428124
/
.
/
lib
/
logic
/
hearts
/
hearts_phase.part.dart
blob: 42b25f3245c4ccb1694502148a9fe2184147f5b4 [
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
hearts
;
enum HeartsPhase
{
StartGame
,
Deal
,
Pass
,
Take
,
Play
,
Score
}