You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
George Heineman edited this page Feb 8, 2018
·
1 revision
// Note: assumes import of kind// gameType ~> narcotic// can be overridden if multiple are needed. This just expands to ""// PileDesignate: #[alpha.gameType, pileControllerName]// can't be overridden so can't be included here... Would be nice to be able to// define "default behavior" to be overridden as needed. Can't do just yet.ColumnController : #[alpha.gameType, namerule] ->
#[alpha.gameType, columnPressed] ->
#[alpha.gameType, columnClicked] ->
#[alpha.gameType, columnReleased] ->
#[alpha.gameType, columnControllerName] ->
#[alpha.gameType, columnController]