Sign in
vanadium
/
release.projects.croupier
/
c95dd1907e5f752e42d76ad88e48ba7417c53034
/
.
/
lib
/
logic
/
hearts
/
hearts_phase.part.dart
blob: 55894f52619be4bb5a27f969717853ec1ae38ee2 [
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
{
Deal
,
Pass
,
Take
,
Play
,
Score
}