From 007e2de369f9fc26da3237646de14f2af5052ee8 Mon Sep 17 00:00:00 2001 From: ewy Date: Fri, 22 May 2026 16:54:49 +0200 Subject: initial commit --- stats/option.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 stats/option.go (limited to 'stats/option.go') diff --git a/stats/option.go b/stats/option.go new file mode 100644 index 0000000..e8d729d --- /dev/null +++ b/stats/option.go @@ -0,0 +1,11 @@ +package stats + +type ChoiceStat struct { + Amount int + Wins int +} + +type Choice struct { + Taken *ChoiceStat + Ignored *ChoiceStat +} -- cgit v1.3.1